How to Design a Software Solution | Solution for long running http backends



Web Applications mean to be stateless, and running long requests can be against standard principles of rest services.

Long-running requests can tie up valuable Web server connections and resources.

When designing a Web application, the issue of how to handle long-running requests invariably comes up. Almost any Web application will have at least one or two backend or administrative tasks that take a fair amount of time to run. In this video giving an idea how to decouple request from actual process and catch it ba