Inter process signalling

Dale Strickland-Clark dale at riverhall.nospam.co.uk
Wed Sep 13 04:46:25 EDT 2006


Dennis Lee Bieber wrote:

> Unfortunately... You are on Windows...
> 
> I think your choices become: Block, or Poll
> 
> Check the Win32Api modules...
> 
> win32event may be a candidate...
> CreateEvent()
> OpenEvent()
> PulseEvent()
> SetEvent()
> ResetEvent()
> WaitForSingleObject() or WaitForMultipleObjects()

Thanks. We'll look into those.
-- 
Dale Strickland-Clark
Riverhall Systems - www.riverhall.co.uk




More information about the Python-list mailing list