Re: Stopping all threads from other thread

2006-08-19 Thread alfanick
Thanks, it's working Bryan Olson wrote: > [EMAIL PROTECTED] wrote: > > Hello, > > it is possible to stop all threads (application) from thread of > > application: > > App > > |-MainThread > > |-WebServer > > |-CmdListener # From this I want to stop App > > > > The sys.exit isn't working... > >

Re: Stopping all threads from other thread

2006-08-19 Thread Bryan Olson
[EMAIL PROTECTED] wrote: > Hello, > it is possible to stop all threads (application) from thread of > application: > App > |-MainThread > |-WebServer > |-CmdListener # From this I want to stop App > > The sys.exit isn't working... You can start all threads other than CmdListener as daemon thr

Stopping all threads from other thread

2006-08-19 Thread amadeusz . jasak
Hello, it is possible to stop all threads (application) from thread of application: App |-MainThread |-WebServer |-CmdListener # From this I want to stop App The sys.exit isn't working... Amadeusz Jasak (Poland) -- http://mail.python.org/mailman/listinfo/python-list