Re: [PHP] Re: asynchronous launch of a script

2011-06-27 Thread Stuart Dallas
On Monday, 27 June 2011 at 07:10, Tamara Temple wrote: > > On Jun 26, 2011, at 11:52 PM, Jim Lucas wrote: > > > On 6/26/2011 7:58 PM, Jim Giner wrote: > > > You mean - you want a second thread to run independently of your > > > current > > > "running" script? A wonderful thing to do and helpful

Re: [PHP] Re: asynchronous launch of a script

2011-06-26 Thread Tamara Temple
On Jun 26, 2011, at 11:52 PM, Jim Lucas wrote: On 6/26/2011 7:58 PM, Jim Giner wrote: You mean - you want a second thread to run independently of your current "running" script? A wonderful thing to do and helpful for long intenesive processes but do you really want to go thru the hassles o

Re: [PHP] Re: asynchronous launch of a script

2011-06-26 Thread Jim Lucas
On 6/26/2011 7:58 PM, Jim Giner wrote: You mean - you want a second thread to run independently of your current "running" script? A wonderful thing to do and helpful for long intenesive processes but do you really want to go thru the hassles of managing two processes? Won't you have to verify t