Re: Serverside shutdown

2007-09-06 Thread threadMaven
[EMAIL PROTECTED] To: dev@mina.apache.org Sent: Wednesday, September 5, 2007 1:00:03 PM Subject: Serverside shutdown Hey all, I thought I would re-post this question again, seeing that I have now gone deeper into it and can explain myself a little better.^--^ so here we go. The code

Serverside shutdown

2007-09-05 Thread threadMaven
objects help?! Tm -- View this message in context: http://www.nabble.com/Serverside-shutdown-tf4386708s16868.html#a12506470 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Re: Serverside shutdown

2007-09-05 Thread threadMaven
-- View this message in context: http://www.nabble.com/Serverside-shutdown-tf4386708s16868.html#a12509944 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Re: Serverside shutdown

2007-09-05 Thread Rob Butler
(Shutdown s); public void unregister(Shutdown s); Also, your shutdown executor should use a daemon thread or your JVM will never exit. Rob - Original Message From: threadMaven [EMAIL PROTECTED] To: dev@mina.apache.org Sent: Wednesday, September 5, 2007 1:00:03 PM Subject: Serverside shutdown

Serverside shutdown

2007-09-04 Thread threadMaven
be signalling my serverside process and then how do I detect that all my I/O threads are done and can proceed with my unbind/shutdown Thx all -- View this message in context: http://www.nabble.com/Serverside-shutdown-tf4379780s16868.html#a12484795 Sent from the Apache MINA Support Forum mailing

Re: Serverside shutdown

2007-09-04 Thread Rob Butler
: threadMaven [EMAIL PROTECTED] To: dev@mina.apache.org Sent: Tuesday, September 4, 2007 3:17:46 PM Subject: Serverside shutdown So I have a server implementation, 1 acceptor , 4 x I/O processors. The tutorial (Quick Start; configuring thread model) states the server code is responsible