Re: Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Vinod Panicker
Cool.. exactly the kind of info that i was looking for... Tx a lot, i'll check and get back to you Tx, Vinod. On Thu, 23 May 2002 Faisal Nasim wrote : >Vinod, >On Thu, 23 May 2002 Faisal Nasim >wrote : >Hi, >Why not simply use Apache to forward to the request to your PHP >script or 'other progr

Re: Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Dave Mertens
On Thu, May 23, 2002 at 09:56:22AM -, Vinod Panicker wrote: > But what i want is the socket which is used by Apache to send data > to the client, which is on a keep-alive connection, so that some > other program, or a php script can send data asynchronously to the > client. mind you, the

Re: Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Vinod Panicker
Hi Dave, Thanks for the suggestion. But i really dont wanna go in for an infinite loop - just a hopeless waste of resources. I didnt say that a Keep-Alive connection would mean a Full-Duplex connection - i know how keep-alive works, as well as HTTP. I know HTTP is based on a request-respon