in reply to Perl CGI timeout
Make the on-line script just log the request and return immediately, with a message like "your query is being processed - you will receive the result in your mail box."
Have another process make the database/mail processing, possibly using a queue.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl CGI timeout
by jewang (Initiate) on Dec 02, 2004 at 20:49 UTC | |
by fglock (Vicar) on Dec 02, 2004 at 23:00 UTC |