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:
> I seem to recall that there was something added to grizzly that will
> terminate a request that is taking too long, but I can't find any
> documentation on it -- do I misremember, or are my google skills in serious
> need of work?
>
> -Scott
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>
>