Threads Dying?

felix seltzer squabbit8 at gmail.com
Fri Jun 29 02:43:51 EDT 2007


are you using pygtk as well?
how are you using your threads, (just out of curiosity into the issue)

-felix

On 6/28/07, Gabriel Genellina <gagsl-py2 at yahoo.com.ar> wrote:
>
> En Thu, 28 Jun 2007 15:12:53 -0300, Robert Rawlins - Think Blue
> <robert.rawlins at thinkbluemedia.co.uk> escribió:
>
> > I've got an application that seems to be a little bit unstable and
> > freezes
> > quite a bit, and I'm suspecting it's something in one of my threads
> > that's
> > causing the problem, when does a thread die?
>
> After the run() method finishes, either normally or because an unhandled
> exception happened.
>
> > And how can I be sure that its
> > dyeing when its mean to be?
>
> I'm not sure what you are asking - you can check periodically inside run()
> for some condition (an Event object, a special object placed on a Queue,
> even a global variable in the simplest case) and exit when the condition
> is met.
>
> --
> Gabriel Genellina
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070629/dcf78b0a/attachment.html>


More information about the Python-list mailing list