*Click Here to Enjoy........!!!!* <http://breastsurgeryadvice.com/?p=66> <http://www.amazingadgets.com/Gadgets/travel-gadgets/jvc-mini-dv-camcorder-35x-zoom.php> *for full review off BIG BOOBS check this*
http://www.Breastsurgeryadvice.com <http://www.amazingadgets.com/> *For More Daily Updates please check these links For Digital Cameras<http://www.amazingadgets.com/Gadgets/category/degital-cameras> Click Here..... For Latest Mobiles<http://www.amazingadgets.com/Gadgets/category/latest-mobile> **Click Here..... For Latest Gadgets <http://www.amazingadgets.com/Gadgets/category/gadgets> **click here...... For Latest Laptops <http://www.amazingadgets.com/Gadgets/--------------- [2008-09-15 00:35:30] [EMAIL PROTECTED] Are you sure you're always hitting the same apache child? Persistent connections are per apache process/thread not globally. ------------------------------------------------------------------------ [2008-09-12 06:26:12] srtm dot india at gmail dot com Description: ------------ Hi I am using Apache 2.2.8 under Winxpsp2 I tried to use the 'pfsockopen' function. After making the connection, i used 'fwrite' library function to send data to the server more than 50 times. But what happen is after receiving 33 messages, the tcp server doesnot receive any messages from the client connected. ie the php funnction fwrite is not sending no more than 33 messages. I don't know whether this is a limitation or a bug. all the remaining messages are discarded. but the connection is not thrown away. I have given here the code for php, I had tested with c#.net application tcp server. cheers kumar Reproduce code: --------------- <?php $server = "172.20.112.101"; $port = 2055; $errormsg = ''; $errorno = 0; $fp = pfsockopen($server, $port, $errorno, $errormsg, 300); fwrite($fp, "Data from client"); ?> Expected result: ---------------- I should be able to receive all the messages regardless of how many messages i send using the pfsockopen and fwrite funcions. Actual result: -------------- After sending 33 messages, no messages are sent i am requesting the page 50 times from the browser, the same connection is reused for sending messages. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46062&edit=1