dbdiaz has asked for the wisdom of the Perl Monks concerning the following question:
Based on the size/request of the input file, the application can take upto an hour to do all the calculations. This works fine if the application is used within an internal domain (locally). However, the webserver times out everytime I try to run the application remotely (increasing the "time-out" in Apache didnt solve the issue).
What can be a reasonable solution to this problem? Is it possible that a user will make a request on the web to run his/her input file and the request will then be processed in the background and once completed, will prompt the user (via email?) of its completion?
Any ideas?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Server time-out
by rhesa (Vicar) on Nov 29, 2006 at 04:24 UTC | |
|
Re: Server time-out
by SheridanCat (Pilgrim) on Nov 29, 2006 at 03:46 UTC |