Re: [Simpleweb-Support] what is the correct way to shutdown?
Brought to you by:
niallg
From: Niall G. <nia...@an...> - 2004-07-27 08:32:16
|
Hi, Typically what is done to shut it down is to close the ServerSocket used to establish the Connection. However, at the moment there will still be lingering threads from various components. My intention is to set all threads to daemon threads except the one responsible for listening for incoming connections. At the moment shutting down Simple is not as clean as it should be, ill deal with this in the next release. Niall On Tue, 2004-07-27 at 04:51, masukomi wrote: > I'm embedding Simple in an app and need to know the appropriate way to > shut it down so that the socket it's listening on closes appropriately. > I found lits of info on starting it up but nothing on shutting it down. > > > -Kate Rhodes > Open source consultant & Java developer > http://www.masukomi.org > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Simpleweb-Support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpleweb-support > |