stanley1610
Programmer
If one of my report will be run in a very long process (e.g. half an hour), it is not suitable for normal Web-based applications.
What should we do, using Servlet/JSP, to handle such case?
It seems difficult to use a batch job because the user's input is required.
The flow is like this:
1. User inputs some data and uploads some files
2. The server processes the input with ~1M records of data
3. The server outputs several reports (~ 20 kinds)
Is there any asynchronized web solution available for this case? Thanks.
What should we do, using Servlet/JSP, to handle such case?
It seems difficult to use a batch job because the user's input is required.
The flow is like this:
1. User inputs some data and uploads some files
2. The server processes the input with ~1M records of data
3. The server outputs several reports (~ 20 kinds)
Is there any asynchronized web solution available for this case? Thanks.