Re: Jsvc start/stop and threads

2017-06-05 Thread Bernd Eckenfels
, 2017 12:30:41 PM To: Commons Users List Subject: Re: Jsvc start/stop and threads So I need to create the thread inside start() and not in init(). Why in the documentation it is suggested to create threads in init()? "void init(String[] arguments): Here open configuration files, create a

Re: Jsvc start/stop and threads

2017-06-05 Thread Andrea Lo Pumo
So I need to create the thread inside start() and not in init(). Why in the documentation it is suggested to create threads in init()? "void init(String[] arguments): Here open configuration files, create a trace file, create ServerSockets, Threads" Thanks for the prompt reply. 2017-06-05 12:27

Jsvc start/stop and threads

2017-06-05 Thread Andrea Lo Pumo
I am creating a thread in init(), and starting it in start(). In the user guide, there is written: "void stop(): Inform the Thread to terminate the run(), close the ServerSockets". So in stop() I am interrupting my thread. In the apidocs, there is written "the container may restart the Daemon by