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]

Reply via email to