Re: [PHP] Re: Run a php script as a separate thread/process

2005-10-13 Thread Richard Lynch
On Wed, October 12, 2005 10:23 am, cc wrote: > On 10/12/05, Tommy Jensehaugen <[EMAIL PROTECTED]> wrote: >> Thank you very much. This is what I ended up with if anyone needs >> it: >> >> > function runSeparateThread($strHost, $strPath="/") { >> $fFile = fsockopen($strHost, 80, $intError, $strError

[PHP] Re: Run a php script as a separate thread/process

2005-10-12 Thread cc
Tommy, r u serious? this ain't what you called 'thread or process', just something like an user agent, like any web browser. On 10/12/05, Tommy Jensehaugen <[EMAIL PROTECTED]> wrote: > Thank you very much. This is what I ended up with if anyone needs it: > > function runSeparateThread($strHost, $

[PHP] Re: Run a php script as a separate thread/process

2005-10-12 Thread Tommy Jensehaugen
Thank you very much. This is what I ended up with if anyone needs it: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php