Re: [PHP] Run script every 30 seconds
- From: jtu@xxxxxxxxxxxxx (James Tu)
- Date: Mon, 30 Oct 2006 12:40:25 -0500
I've never tried this myself, but how about having the cron job kick off a script which will run script A and script B
Script A runs right away, and script B runs after a delay of 30 seconds ( usleep(30* 1000000) )?
-James
On Oct 30, 2006, at 12:29 PM, Ahmad Al-Twaijiry wrote:
Hi everyone,.
I have a script that I want it to run every 30 seconds, the problem is
that cronjob can run every 1 minute only, do you have any solution ?
--
Ahmad
http://www.v-tadawul.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- References:
- Run script every 30 seconds
- From: "Ahmad Al-Twaijiry"
- Run script every 30 seconds
- Prev by Date: RE: [PHP] Run script every 30 seconds
- Next by Date: Re: [PHP] PHP Search Engine - Synonyms
- Previous by thread: RE: [PHP] Run script every 30 seconds
- Next by thread: Re: [PHP] Run script every 30 seconds
- Index(es):
Relevant Pages
|