Re: Preemption in python

2007-09-23 Thread Kurtis Heimerl
Thanks a ton! Just for the eventual webcrawler that logs this, the gtk package requires a separate thread init function to allow python threads to play nice. On 9/23/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > > En Sun, 23 Sep 2007 16:10:03 -0300, Kurtis Heimerl <[

Re: Preemption in python

2007-09-23 Thread Kurtis Heimerl
s without you folk's help. On 9/23/07, Evan Klitzke <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-09-22 at 19:28 -0700, Kurtis Heimerl wrote: > > Hi, I'm developing my first python application, a multi-threaded cell > > phone gadget on ubuntu 7.10. I've j

Preemption in python

2007-09-22 Thread Kurtis Heimerl
Hi, I'm developing my first python application, a multi-threaded cell phone gadget on ubuntu 7.10. I've just split off my first thread, and I've noticed something extremely strange: There doesn't seem to be any preemption. There are currently two threads, one that pings a storage service to see if

Threading preemption questions

2007-09-22 Thread Kurtis Heimerl
Hi, I'm developing my first python application, a multi-threaded cell phone gadget on ubuntu 7.10. I've just split off my first thread, and I've noticed something extremely strange: There doesn't seem to be any preemption. There are currently two threads, one that pings a storage service to see if