Re: [PHP] Socket trouble

2004-10-28 Thread bbonkosk
ctober 28, 2004 1:04 pm Subject: [PHP] Socket trouble > I'm having some trouble with my socket client. I would like it to > "notice" when the server is no longer there, and then reconnect. I > have > code for the reconnect, etc., but I can't figure out how to write

[PHP] Socket trouble

2004-10-28 Thread René Fournier
I'm having some trouble with my socket client. I would like it to "notice" when the server is no longer there, and then reconnect. I have code for the reconnect, etc., but I can't figure out how to write the socket_read code so that it "notices" when the server is gone and then responds. Presen

[PHP] Socket trouble

2001-03-09 Thread pallmall
I have written a browser class, and while the connect method seems to work ok (it times out after 10 seconds, as desired), I'm having problems with actually writing to the socket. For unreliable servers, it has taken up to 15 minutes to write to the socket, whereas I would like the script to g