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