Job submission to background and mail results?
- From: "Ioannis Michalopoulos" <asteras@xxxxxxxxx>
- Date: 28 Sep 2005 21:01:51 -0700
Hi there!
I wrote a .php script that does a lot of calculations, and I get the
following error message:
Fatal error: Maximum execution time of 30 seconds exceeded in
/home/username/public_html/test.php on line 28
The job I submit will take substantially longer than the 30 seconds of
(Apache?) timeout.
So, I would be happier if I could submit the job together with my email
address, see a web message confirming that data was received properly,
stop the http connection (so that I do not get the timeout error) and
then get an email with the output.
I tried the mail() command and it works fine. I do not know though how
to submit the job so that the http connection is not alive and the rest
of the calculations are done on the background. Please, give me your
advice or send me to the appropriate web site.
Thank you!
.
- Follow-Ups:
- Re: Job submission to background and mail results?
- From: Schraalhans Keukenmeester
- Re: Job submission to background and mail results?
- Prev by Date: Re: display contents of mySQL in order of # value in a column
- Next by Date: We need an expert PHP / MySQL Developer.
- Previous by thread: display contents of mySQL in order of # value in a column
- Next by thread: Re: Job submission to background and mail results?
- Index(es):
Relevant Pages
|