fedt wrote:
pcntl_ fork() and pcntl_ wait(), yo
If you're using PHP as an apache DSO, you may find that those functions
aren't available. If you don't have the pcntl_* functions available,
there a less attractive options...I've done a request with curl with a
short timeout to "spawn" the second request from PHP. You could likely
also do it with JavaScript/AJAX. There are probably lots of other ways,
in fact there may have been a discussion here some time ago about it
though I don't remember the outcome.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php