I'm having some issues trying to use ZEO on Win2k w/ Apache and Quixote. Specifically: - if I happen to call client code before the server is running, I get a python process which is completely hung -- I can't even kill it from the process monitor w/ administrator privs. Every client request will result in a hung Python process. - if the server is already set up (as should normally be the case), sometimes the client request goes through, sometimes it doesn't. I'm not getting any tracebacks or info in the Apache logs. I could write up some simple Python test cases, but the documentation makes me wonder if ZEO works on windows at all (e.g. the unqualified reference to unix domain sockets =). so... Does ZEO work on Windows? Any gotchas? --david
I have run an old version of ZEO on Windows successfully, I dont know which version that was (or which version you are refering to). I had to fix a couple of lines, but then these were patched not long after. In fact a quick google search for "ZEO Windows" pops up the very email... http://lists.zope.org/pipermail/zodb-dev/2001-March/000591.html ----- Original Message ----- From: "David Ascher" <DavidA@ActiveState.com> To: <zope-dev@zope.org> Sent: Friday, March 01, 2002 9:30 PM Subject: [Zope-dev] ZEO on Windows?
I'm having some issues trying to use ZEO on Win2k w/ Apache and Quixote.
Specifically:
- if I happen to call client code before the server is running, I get a python process which is completely hung -- I can't even kill it from the process monitor w/ administrator privs. Every client request will result in a hung Python process.
- if the server is already set up (as should normally be the case), sometimes the client request goes through, sometimes it doesn't. I'm not getting any tracebacks or info in the Apache logs.
I could write up some simple Python test cases, but the documentation makes me wonder if ZEO works on windows at all (e.g. the unqualified reference to unix domain sockets =). so...
Does ZEO work on Windows? Any gotchas?
--david
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (2)
-
Andy McKay -
David Ascher