Need advice on the design of my application

Miki Tebeka miki.tebeka at gmail.com
Wed Dec 21 17:10:10 EST 2011


I'd say go with option 1. Pass the window handler (or DC) to the rendered thread.

To overcome the GIL problem, you can use Py_BEGIN_ALLOW_THREADS
(see http://docs.python.org/release/1.5.2/api/threads.html)



More information about the Python-list mailing list