On Fri, June 16, 2006 9:25 am, Martin Alterisio wrote: > You can fork a new process a run the other script in the child > process. But > forking is not always available so I also use another approach: > emulate a > web page request through sockets or curl to the script I want to run. Forking in a web environment is a Bad Idea, as documented in the manual. YMMV -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php