[Zope3-dev] Zope3 vs CVS Python

Tim Peters tim@zope.com
Wed, 7 Aug 2002 11:42:44 -0400


[Tres Seaver]
> Hmm, it looks as though when 'count' is 1, then no pipelining will be
> done at all;  the connection will be closed "normally".

Guido has a good handle on this now, so everyone else (including me <wink>)
can rest easy.  It turns out there are gross problems in some code
contributed for 2.3 that affects sockets only on some non-Unix platforms.
In effect, it became impossible to get unbuffered semantics on these
platforms, and that's why the pipelining test fails in Windows under CVS
Python.  Looks fixable!