An improvement to Queue
Michael Abbott
michael at rcp.co.uk
Fri Feb 1 04:08:31 EST 2002
More information about the Python-list mailing list
Fri Feb 1 04:08:31 EST 2002
- Previous message (by thread): An improvement to Queue
- Next message (by thread): An improvement to Queue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
aahz at panix.com (Aahz Maruch) wrote in news:a3ccif$rls$1 at panix2.panix.com: > What I still don't get is why you're waiting on an event rather than on > data. It seems pointless. Just have the worker thread grab data and > process it. The worker thread has other things on its mind: when it does a job, it wants the whole job fully set up and ready to go.
- Previous message (by thread): An improvement to Queue
- Next message (by thread): An improvement to Queue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list