dev@grizzly.java.net

Re: request timeout

From: ming qin <mingqin1_at_yahoo.com>
Date: Mon, 25 Jan 2010 19:16:37 -0800 (PST)

Dou:

"the default value in this handle is 30 s, if the request to the socket server beyond the setting, the request will be terminated automatically. you can set the arbitrary time you wanted. any issue please let me know. "

 is this feature implemented in Grizzly 1.9.** or 2.0?


Ming Qin
Cell Phone 858-353-2839

--- On Mon, 1/25/10, ZhaoJian Dou <douzhaojian_at_gmail.com> wrote:

From: ZhaoJian Dou <douzhaojian_at_gmail.com>
Subject: Re: request timeout
To: dev_at_grizzly.dev.java.net
Date: Monday, January 25, 2010, 6:04 PM

I guess you are trying to building socket server, The timeout value in DefaultSelectionKeyHandler(might be you have your handler extend from similar handler ), the default value in this handle is 30 s, if the request to the socket server beyond the setting, the request will be terminated automatically. you can set the arbitrary time you wanted. any issue please let me know. 
I am using grizzly building up one socket server now.  
On Tue, Jan 26, 2010 at 1:44 AM, Scott Oaks <Scott.Oaks_at_sun.com> wrote: