Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread Myron Turner
chetan rane wrote: same TCP creation, because i i am bindiing that stream to the Server. i am actually creating a component. a component which resides in between a client and server i accept HTTP requests from a client and relay the same uysing a TCP connection to the SERVER. and vice versa

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread Myron Turner
chetan rane wrote: same TCP creation, because i i am bindiing that stream to the Server. i am actually creating a component. a component which resides in between a client and server i accept HTTP requests from a client and relay the same uysing a TCP connection to the SERVER. and vice versa

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread Stut
chetan rane wrote: same TCP creation, because i i am bindiing that stream to the Server. i am actually creating a component. a component which resides in between a client and server i accept HTTP requests from a client and relay the same uysing a TCP connection to the SERVER. and vice versa

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread chetan rane
same TCP creation, because i i am bindiing that stream to the Server. i am actually creating a component. a component which resides in between a client and server i accept HTTP requests from a client and relay the same uysing a TCP connection to the SERVER. and vice versa i think this makes i

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread Stut
Jiffy Slides Leonard Burton wrote: XAJAX or another AJAX library, perhaps? Sorry, I missed a question. 3) Why do you need to use the same TCP connection? -Stut On 2/4/07, Stut <[EMAIL PROTECTED]> wrote: chetan rane wrote: > i want to write a script > where , when ny client requests come i

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread Jiffy Slides Leonard Burton
XAJAX or another AJAX library, perhaps? On 2/4/07, Stut <[EMAIL PROTECTED]> wrote: chetan rane wrote: > i want to write a script > where , when ny client requests come i read the stream and then process it > > here is the exact steps > > when the user first initiates > i create a session and est

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread Stut
chetan rane wrote: i want to write a script where , when ny client requests come i read the stream and then process it here is the exact steps when the user first initiates i create a session and establish a TCP connection second: when teh user next sends a request i dont create a new TCP conn

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread chetan rane
hi what i mean is i want to write a script where , when ny client requests come i read the stream and then process it here is the exact steps when the user first initiates i create a session and establish a TCP connection second: when teh user next sends a request i dont create a new TCP conne

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread Stut
chetan rane wrote: I have a small issue to be handled here i want to persistently moniter the HTTP stream from a Client Browser. How do i accomplish it I'm not sure what you mean by 'persistently monitor'. If you mean listen for incoming connections then you need to look at the socket or st