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

Jeremy Hylton jeremy@zope.com
Thu, 9 Aug 2001 16:16:23 -0400 (EDT)


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

  JDH> I've run the cvs code on Linux now and have gotten really good
  JDH> results.  I was able to connect 7 multiThreadClient.py
  JDH> processes to the server and got reliable behavior - no
  JDH> exceptions.  I'll keep scaling this up to multi-machine and
  JDH> absolute stress as well.

  JDH> Jeremy, do you want me to try the asyncore.py patch on Linux?
  JDH> Or do you think these good results are the way things should
  JDH> be?

If it's working without the asyncore patch, I'd say let it alone.
I'll ask on the Medusa list about what asyncore should be doing.  I'm
not entirely clear on what should happen.

The traces you provided earlier show definite bugs -- EINTR being
undefined for one.  I'll fix those.

Still having trouble on Windows?

Jeremy