On 01/13/2010 02:40 PM, Konstantin Kolinko wrote:
2010/1/13<fha...@apache.org>:
Author: fhanik
Date: Wed Jan 13 19:26:16 2010
New Revision: 898909

URL: http://svn.apache.org/viewvc?rev=898909&view=rev
Log:
backport of connectivity fix

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

+
+* Force disconnect upon transmission failure
+  http://svn.apache.org/viewvc?rev=898906&view=rev
+  +1: fhanik
+  -1:
+
Just wondering:

1. If any destination fails, you will disconnect the whole sender?
yes, I was pondering only disconnecting the faulty members, but decided against it.
since its an error condition, better clean everything up.
2. Shouldn't disconnect() call be surrounded by try{}catch ?
nope, it doesn't throw any exceptions. It itself does a try/catch around the actual closure

thanks for the feedback
Filip
Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to