thread execution order

Axel Mittendorf newsreply at transfertech.de
Thu Sep 30 12:05:14 EDT 2004


<exarkun at divmod.com> wrote:
>   Could you explain why it is not an option to use a non-blocking pipe?
Correct me if I'm wrong but if I would use a non-blocking pipe I would
write the data and save everything that hasn't been written out in an
internal
buffer. I would need a timer the checks if there is any buffered data and
tries
to write it into the pipe, but since I'm not allowed to use timers I thought
about
using threads.

THX, Axel





More information about the Python-list mailing list