thanks for the tip!

its been gone for a while, I just forgot to remove it from the property file, I will probably remove the property file all together and move the config through the regular xml/digester or programmatically, so that tribes can be embedded yet pluggable. the DataSenderFactory right now is hard coded, and you cant plug/unplug the senders.

Filip


Peter Rossbach wrote:
Hey Filip,

can we also remove SocketSender? I think PooledSender with queue size 1 is good alternative.
Then we must only support one async and sync sender.

:-)
Peter



Am 01.03.2006 um 21:02 schrieb [EMAIL PROTECTED]:

Author: fhanik
Date: Wed Mar  1 12:02:14 2006
New Revision: 382141

URL: http://svn.apache.org/viewcvs?rev=382141&view=rev
Log:
Removed the async socket sender, this is obsolete. We are keeping the FastAsync for java.io support on platforms where NIO is troublesome

Removed:
tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/AsyncSocketSender.java
Modified:
tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/DataSenders.properties

Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/DataSenders.properties URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/DataSenders.properties?rev=382141&r1=382140&r2=382141&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/DataSenders.properties (original) +++ tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/DataSenders.properties Wed Mar 1 12:02:14 2006
@@ -1,4 +1,3 @@
 fastasyncqueue=org.apache.catalina.tribes.tcp.FastAsyncSocketSender
-asynchronous=org.apache.catalina.tribes.tcp.AsyncSocketSender
 synchronous=org.apache.catalina.tribes.tcp.SocketSender
 pooled=org.apache.catalina.tribes.tcp.PooledSocketSender



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to