dev@grizzly.java.net

Grizzly Sailfin Timeout

From: Franklin Franca <franklin.robert_at_gmail.com>
Date: Fri, 15 Oct 2010 12:53:49 -0700 (PDT)

Hi.

I am using Sailfin. I wrote one application that RECEIVES a request from
SIPP, process the request and send the response (200 OK). I changed the
domain.xml KeepAliveTimeoutInSeconds parameter from -1 to 60. So, I can see
that after the application receives a request from SIPP if the application
does not receive any request in 60seconds the connection is Closed (I am
using TCP). EVERYTHING IS OK!

I wrote another application that sends a REQUEST from Sailfin to SIPP. After
the first request, one connection is stablished. After some inactivity time
(for example 30 minutes) (in 30 minutes I have only one request) Sailfin is
not closing the connection. I´d like to close the connection. I changed in
the GrizzlyNetworkManager.java in Sailfin source code the
KeepAliveTimeoutInSeconds parameter from -1 to 60s but the connection is
stablished forever.

Could you please help me and tell me what is wrong?

Thanks.

Franklin.

-- 
View this message in context: http://old.nabble.com/Grizzly-Sailfin-Timeout-tp29974771p29974771.html
Sent from the Grizzly - Development mailing list archive at Nabble.com.