You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Peter Jones (JIRA)" <ji...@apache.org> on 2007/07/27 22:45:52 UTC

[jira] Created: (RIVER-136) HTTP, HTTPS providers should test connection liveness before using

HTTP, HTTPS providers should test connection liveness before using
------------------------------------------------------------------

                 Key: RIVER-136
                 URL: https://issues.apache.org/jira/browse/RIVER-136
             Project: River
          Issue Type: Improvement
          Components: net_jini_jeri
    Affects Versions: jtsk_2.0
            Reporter: Peter Jones
            Priority: Minor


Bugtraq ID [4868907|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4868907]

The HTTP and HTTPS providers could go to greater lengths to test
connection liveness before selecting an idle connection.  This would most
likely take the form of an extra "ping" message, which could be sent out
prior to calls over connections that have been idle for more than a 
prescribed amount of time.  Another possibility would be to issue a
read for no data with a short timeout to test if the inbound side of
the connection has been closed already.

This is being filed as a single RFE due to the likelihood that the code
implementing this change will be shared between the HTTP and HTTPS providers;
an additional RFE should be filed if separate changes are needed.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.