RE: Shutting down a server elegantly

2007-03-22 Thread Uday Prakash \(DHL CZ\)
: Wednesday, March 21, 2007 4:27 AM To: dev@mina.apache.org Subject: Re: Shutting down a server elegantly Hi Uday, On 3/21/07, Uday Prakash (DHL CZ) [EMAIL PROTECTED] wrote: Hi, I've been working on a small tcp/ip server, that listens for specific messages and then depending on the message type

Re: Shutting down a server elegantly

2007-03-22 Thread Michael Bauroth
Hi Uday, could you please provide me with some more details about your solution? Best Regards Michael Uday Prakash (DHL CZ) schrieb: Hi Trustin, Well now the 'chicken' did hatch before I called it one! I solved the problem with the blocking thread! Sorry if I took your time... Must say

RE: Shutting down a server elegantly

2007-03-22 Thread Uday Prakash \(DHL CZ\)
-Original Message- From: Michael Bauroth [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 3:26 PM To: dev@mina.apache.org Subject: Re: Shutting down a server elegantly Hi Uday, could you please provide me with some more details about your solution? Best Regards Michael Uday

Re: Shutting down a server elegantly

2007-03-21 Thread Nicolas FROMENT
:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 4:27 AM To: dev@mina.apache.org Subject: Re: Shutting down a server elegantly Hi Uday, On 3/21/07, Uday Prakash (DHL CZ) [EMAIL PROTECTED] wrote: Hi, I've been working on a small tcp/ip server, that listens for specific messages

Re: Shutting down a server elegantly

2007-03-21 Thread Niklas Therning
@mina.apache.org Subject: Re: Shutting down a server elegantly Hi Uday, On 3/21/07, Uday Prakash (DHL CZ) [EMAIL PROTECTED] wrote: Hi, I've been working on a small tcp/ip server, that listens for specific messages and then depending on the message type performs a particular task. That was the easy part

Re: Shutting down a server elegantly

2007-03-20 Thread Trustin Lee
Hi Uday, On 3/21/07, Uday Prakash (DHL CZ) [EMAIL PROTECTED] wrote: Hi, I've been working on a small tcp/ip server, that listens for specific messages and then depending on the message type performs a particular task. That was the easy part, I was looking into shutting down the server in an