[python-win32] Pythonwin responsiveness

Keith J. Farmer kfarmer at thuban.org
Fri Jun 20 00:01:58 EDT 2003


I can't give any examples, but one way I've seen is a separate thread
responsible for handling events, with the event handlers spawning
threads with callbacks, and immediately returning.

I think MSDN has some articles on doing this sort of thing.

----------
Keith J. Farmer
kfarmer at thuban.org
http://www.thuban.org




More information about the Python-win32 mailing list