Re: [pygtk] Moving CPU hog into another thread

2000-10-27 Thread Aaron Optimizer Digulla
On Wed, Oct 25, 2000 at 02:40:32PM -0600, Joe Van Andel wrote: I just dealt with this problem. I have an application that uses lots of "C" extensions that don't give the Python interpreter a chance to "time-slice" different threads. If I had simply had run the CPU intensive calculations

[pygtk] Moving CPU hog into another thread

2000-10-23 Thread Aaron Optimizer Digulla
I'm looking for an example how to create a stable, multi-threaded PyGTK application which has a thread that runs some time-consuming process which can update its current status in a status window while the user can still use the rest of the app. My problem is mainly how to get the data from one