thread execution order

Axel Mittendorf newsreply at transfertech.de
Thu Sep 30 10:27:23 EDT 2004


"Rembrandt Q Einstein" wrote:
> I wouldn't do this with threads.  I'd use select() or similar to see if
> the pipe is writable and if it isn't, buffer internally.
I thought about something like this too, but since I'm not allowed to
use some kinda timer to write out the pending data I can't it that way.
Therefor I wondered to use threads.

THX, Axel





More information about the Python-list mailing list