in reply to When do I stop reading?
$flags=fcntl(SOCK,F_GETFL,0); fcntl(SOCK,F_SETFL,$flags | O_NONBLOCK); [download]