[PHP] Re: Re: Issue with blocked socket stream

2010-02-08 Thread Phani Raju
It was a mistake while copying the code. I had '\n' only. On Sun, 07 Feb 2010 21:31:55 +0530 wrote >Phani Raju wrote: > I am trying to open a blocking stream using fsockopen. I want to write and > read XML input/output from a server. After opening the steam I will send

[PHP] Issue with blocked socket stream

2010-02-06 Thread Phani Raju
I am trying to open a blocking stream using fsockopen. I want to write and read XML input/output from a server. After opening the steam I will send a XML request to server using the stream. Once this request is sent, I want to keep listening on the port indefinitely. I tried using blocking st

[PHP] Problem with blocking streams in PHP

2010-02-06 Thread Phani Raju
I am trying to open a blocking stream using fsockopen. I want to write and read XML input/output from a server. After opening the steam I will send a XML request to server using the stream. Once this request is sent, I want to keep listening on the port indefinitely. I tried using blocking s