[EMAIL PROTECTED] wrote:
> I'm attempting to write a faily simple threaded app that fires off a
> thread to select() on a FIFO while the main loop handles data read from
> that pipe and a few other tasks. For some reason, calls to
> time.sleep() seem to block until the first time data is dumped i
I'm attempting to write a faily simple threaded app that fires off a
thread to select() on a FIFO while the main loop handles data read from
that pipe and a few other tasks. For some reason, calls to
time.sleep() seem to block until the first time data is dumped into the
pipe. Clearly, I could wo