detecting idle TCP sessions
---------------------------

                 Key: DIRMINA-270
                 URL: http://issues.apache.org/jira/browse/DIRMINA-270
             Project: Directory MINA
          Issue Type: Improvement
    Affects Versions: 0.9.5
            Reporter: Hooman Valibeigi


I have a server which manages a set of signed in clients
clients should sign in before posting any request
however an untrusted client may not post the Login Message in the specified 
time or it may never write anything
so no messageReceived calls will be invoked after the session is created and it 
will idly remain connected
another situation is when we use ComulativeProtocolDecoder, and the client's 
incomming data will never reach an stable state to be able to make an object 
out of them, so it also remains idle for ever (till it is closed)
now the question is how should the server handle these type of untrusted 
clients ?
I want it to close idle TCP sessions.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to