WaitForMultipleObjects in Python.

Tim Golden tim.golden at viacom-outdoor.co.uk
Thu Jul 8 09:53:24 EDT 2004


| Tim Golden <tim.golden at viacom-outdoor.co.uk> wrote in message 
| news:<mailman.103.1089282296.5135.python-list at python.org>...
| > | Is there any way to wait in multiple events, semaphores etc. For
| > | examole on Queue and Event? Like you can do in WIN32.
| > 
| > If you haven't already, install the pywin32 extensions from
| > http://starship.python.net/crew/mhammond/win32/Downloads.html
| > 
| > and look at the win32event module
|
| I mean portable with no win32. 
| 
| Speaking of win32event. Can I use WaitForMultipleObjects with 
| Python Event object?

Ah. I'm perfectly certain that you can do or simulate all those
sort of things. And it's possible that someone's already done it,
but if they haven't it won't be trivial. (And if they have, it 
probably wasn't trivial).

Over to the cross-platform gurus for more info.

TJG


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________



More information about the Python-list mailing list