* Thus wrote Ren Fournier ([EMAIL PROTECTED]):
> 
> MESSAGE RECEIVED
> PHP Warning:  socket_read() unable to read from socket [35]: Resource  
> temporarily unavailable in /Users/rene/Sites/gpspolice/titan/cr.php on  
> line 61

This error [35] will occur if the socket isn't ready yet.  Its an EAGAIN
code, meaning you need to attempt to read form the socket again.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to