|
Posted by Tom Rogers on 09/03/05 14:02
Hi,
Saturday, September 3, 2005, 6:49:54 PM, you wrote:
MS> hello,
MS> thank you for the help, but I've tried your code, and it returns the
MS> exact same thing :( the error #11 temporarily unavailable. If I remove
MS> non-blocking, or change the error to ignore to 11 (10035 in your code
MS> example) it simply "hangs" doing nothing *at all*...
MS> I'm stumped; really.. thank you for trying though :)
Looking at your code, in the functions you have $this->connection but
the class uses $this->socket. In your application it is better not to
use blocking I think.
--
regards,
Tom
[Back to original message]
|