Checking if connectionb is alive.

2007-04-24 Thread Uday Prakash \(DHL CZ\)
Hi, I was looking thru some documentation online and realized that there is no standard way [well, at least I didn't find any, may be I didn't look hard enough or in the right place] to check if a tcp/ip connection is alive between the server and client. The reason I am posting is, to figure

RE: Checking if connectionb is alive.

2007-04-24 Thread Uday Prakash \(DHL CZ\)
: Tuesday, April 24, 2007 10:37 AM To: dev@mina.apache.org Subject: Re: Checking if connectionb is alive. On 4/24/07, Uday Prakash (DHL CZ) [EMAIL PROTECTED] wrote: Hi, I was looking thru some documentation online and realized that there is no standard way [well, at least I didn't find any, may

RE: Issue with decoding variable length messages on MINA server

2007-04-12 Thread Uday Prakash \(DHL CZ\)
Hi Yogs, Have you thought of using a delimiter in your messages? That could make your life a lot easier. -U -Original Message- From: Yogs [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 9:35 PM To: [EMAIL PROTECTED] Subject: Issue with decoding variable length messages on

RE: [VOTE] Release MINA 1.0.3

2007-04-06 Thread Uday Prakash \(DHL CZ\)
[X]: +1, release [ ]: 0, abstain [ ]: -1, don't release -Original Message- From: Trustin Lee [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 11:57 AM To: dev@mina.apache.org Subject: [VOTE] Release MINA 1.0.3 Hi community, We have fixed 7 bugs since we released MINA 1.0.2. I

RE: [VOTE] Release MINA 1.1.0

2007-04-06 Thread Uday Prakash \(DHL CZ\)
[X]: +1, release [ ]: 0, abstain [ ]: -1, don't release -Original Message- From: Trustin Lee [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 12:01 PM To: dev@mina.apache.org Subject: [VOTE] Release MINA 1.1.0 Hi folks, Sorry to bother you by firing two votes at once, but I

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 Uday Prakash \(DHL CZ\)
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 MINA is making life a lot more interesting ;-) Cheerio! -U

demarcating incoming messages

2007-03-21 Thread Uday Prakash \(DHL CZ\)
, 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 performs

Shutting down a server elegantly

2007-03-20 Thread Uday Prakash \(DHL CZ\)
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 elegant manner. I decided that I'll be listening on a particular port say