[CalendarServer-changes] [11471] CalendarServer/branches/users/glyph/hang-fix/twext/internet/ sendfdport.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 5 17:43:00 PDT 2013


Revision: 11471
          http://trac.calendarserver.org//changeset/11471
Author:   glyph at apple.com
Date:     2013-07-05 17:43:00 -0700 (Fri, 05 Jul 2013)
Log Message:
-----------
Document format of data structure.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/hang-fix/twext/internet/sendfdport.py

Modified: CalendarServer/branches/users/glyph/hang-fix/twext/internet/sendfdport.py
===================================================================
--- CalendarServer/branches/users/glyph/hang-fix/twext/internet/sendfdport.py	2013-07-06 00:42:58 UTC (rev 11470)
+++ CalendarServer/branches/users/glyph/hang-fix/twext/internet/sendfdport.py	2013-07-06 00:43:00 UTC (rev 11471)
@@ -95,15 +95,15 @@
     @ivar skt: the UNIX socket used as the sendmsg() transport.
 
     @ivar outgoingSocketQueue: an outgoing queue of sockets to send to the
-        subprocess.
+        subprocess, along with their descriptions (strings describing their
+        protocol so that the subprocess knows how to handle them; as of this
+        writing, either C{"TCP"} or C{"SSL"})
+    @ivar outgoingSocketQueue: a C{list} of 2-tuples of C{(socket-object, bytes)}
 
-    @ivar outgoingSocketQueue: a C{list} of 2-tuples of C{(socket-object, str)}
-
     @ivar status: a record of the last status message received (via recvmsg)
         from the subprocess: this is an application-specific indication of how
         ready this subprocess is to receive more connections.  A typical usage
-        would be to count the open connections: this is what is passed to 
-
+        would be to count the open connections: this is what is passed to
     @type status: C{str}
     """
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130705/73b30a4c/attachment.html>


More information about the calendarserver-changes mailing list