On Thu, Nov 27, 2008 at 12:55 PM, Allen Taylor <[EMAIL PROTECTED]> wrote: >>>> "Guilherme Polo" <[EMAIL PROTECTED]> 2008-11-27 09:43 >>> >>ii) It doesn't use a busy loop in order to get the thread responsible >>for the interpreter, instead it will re-schedule the call as much as >>needed (tests needed for possible problems here) > By "re-schedule", do you mean to use a queuing techique, or do you plan on > indefinitely polling?
On Tcl side a queue is always used, but on Python side you don't have these nice functions for enqueueing events for specific threads so I'm hoping that eventually (by using Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS or similar code) the thread I want will be used. > Allen -- -- Guilherme H. Polo Goncalves _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss