thread execution order
Axel Mittendorf
newsreply at transfertech.de
Thu Sep 30 12:05:14 EDT 2004
More information about the Python-list mailing list
Thu Sep 30 12:05:14 EDT 2004
- Previous message (by thread): thread execution order
- Next message (by thread): thread execution order
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<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
- Previous message (by thread): thread execution order
- Next message (by thread): thread execution order
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list