<span class="gmail_quote">On 3/7/07, <b class="gmail_sendername">Ezra Zygmuntowicz</b> <<a href="mailto:ezmobius@gmail.com">ezmobius@gmail.com</a>> wrote:</span><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> That "sleep 0.0001" works at all is weird, and I'd be hesitant to<br>> rely on it continuing to work.<br><br> Actually the sleep makes sense. It would seem that your code is<br>blocking the thread which makes all the other threads block. Putting
<br>a sleep in there gives the scheduler time to schedule the other<br>threads to be run.<br></blockquote><div><br>Yeah, I'd buy that. <br></div>Would also explain 'sleep 0' working.<br><br>Mason<br></div><br>