You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/11/10 17:47:13 UTC

svn commit: r1637933 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

Author: markt
Date: Mon Nov 10 16:47:12 2014
New Revision: 1637933

URL: http://svn.apache.org/r1637933
Log:
Remove unnecessary comment now BIO has been removed.

Modified:
    tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/drawboard.xhtml?rev=1637933&r1=1637932&r2=1637933&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/websocket/drawboard.xhtml (original)
+++ tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Mon Nov 10 16:47:12 2014
@@ -875,7 +875,7 @@
         </p>
         <p>
             It uses asynchronous sending of messages so that it doesn't need separate threads
-            for each client to send messages (this needs NIO or APR connector to be used).<br/>
+            for each client to send messages.<br/>
             Each "Room" (where the drawing happens) uses a ReentrantLock to synchronize access
             (currently, only a single Room is implemented).
         </p>



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