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...
>
>
[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
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