Re: Threads blocking on OpenBSD w/ Python 2.4.2

2006-09-19 Thread [EMAIL PROTECTED]
[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 into

Threads blocking on OpenBSD w/ Python 2.4.2

2006-09-18 Thread [EMAIL PROTECTED]
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