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