[Zodb-checkins] SVN: ZODB/branches/network/notes.txt *** empty log message ***

Jim Fulton jim at zope.com
Sun May 7 17:50:31 EDT 2006


Log message for revision 68009:
  *** empty log message ***

Changed:
  U   ZODB/branches/network/notes.txt

-=-
Modified: ZODB/branches/network/notes.txt
===================================================================
--- ZODB/branches/network/notes.txt	2006-05-07 21:48:20 UTC (rev 68008)
+++ ZODB/branches/network/notes.txt	2006-05-07 21:50:31 UTC (rev 68009)
@@ -185,11 +185,11 @@
 Simple implementation
 ---------------------
 
-For connection (IConnection) objects, I envision using 2 threads, an
-input thread and an outout thread.  The input will use select, calling
-the IConnectionHandler callback when data arrives.  The output thread
-will wait on a connection for input from the application and then do
-blocking output.
+For connection (IConnection) objects, I envision using 2 threads per
+connection, an input thread and an outout thread.  The input will use
+select, calling the IConnectionHandler callback when data arrives.
+The output thread will wait on a connection for input from the
+application and then do blocking output.
 
 The conection-factory implementations will be fairly similar to what
 we have now.



More information about the Zodb-checkins mailing list