[PHP] Re: running php method in the background

2006-06-08 Thread Ben Ramsey
On 6/8/06 10:10 AM, Nic Appleby wrote: I have a php web script which communicates with a server using sockets. There is a method in which the client listens for messages from the server, and this blocks the client. I need a way to 'fork' a process or to get this method to run in the background

[PHP] Re: running php method in the background

2006-06-08 Thread Adam Zey
Nic Appleby wrote: Hi there I have a php web script which communicates with a server using sockets. There is a method in which the client listens for messages from the server, and this blocks the client. I need a way to 'fork' a process or to get this method to run in the background so that i