Linux good! Re: [ZODB-Dev] Results from latest CVS code and trial patch

Jeremy Hylton jeremy@alum.mit.edu
Fri, 10 Aug 2001 12:41:53 -0400 (EDT)


>>>>> "JDH" == John D Heintz <jheintz@isogen.com> writes:

  JDH> With the asyncore.py patch things ran a lot longer, but still
  JDH> crashed and had terrible response - it spend most of its time
  JDH> blocking.

  JDH> Attached is the traceback that got thrown in the ZEO client
  JDH> with one remote and one local CORBA client.

The traceback shows an EAGAIN error getting raised by a socket
operation.  Are you sure that you applied the asyncore patch?  If so,
it looks like there is an operation other than recv() that isn't
catching this exception.

Jeremy