Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
My CGI program needs about an hour, sometimes more, to process the data received from the user.
Could someone please help me with the following:
There's a problem with the sendmail program I am using, so is there another way I can send the results back to the user?
For example, after the connection to the browser is broken, is there a way to reconnect and send the result to the webpage? Or are there any other ways? Some processing could take up to 10 hours, just because there's a lot of data to be processed.
Thanks for any ideas.
RB
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: alternatives to emailing the data back to the user
by tachyon (Chancellor) on Jun 20, 2004 at 11:04 UTC | |
|
Re: alternatives to emailing the data back to the user
by davido (Cardinal) on Jun 20, 2004 at 16:35 UTC | |
|
Re: alternatives to emailing the data back to the user
by traveler (Parson) on Jun 20, 2004 at 16:24 UTC | |
|
Re: alternatives to emailing the data back to the user
by erniep (Sexton) on Jun 20, 2004 at 12:38 UTC |