Voting

: two plus five?
(Example: nine)

The Note You're Voting On

wm161 at wm161 dot net
19 years ago
When you are running a script inside of a loop that checks a socket, and it hangs on that checking (Either by flaw or design), it can't handle signals until some data is received.

A suggested workaround would be to use the stream_set_blocking function, or stream_select on the offending reads.

<< Back to user notes page

To Top