[Zodb-checkins] CVS: StandaloneZODB/ZEO/tests - forker.py:1.1.2.10
Jeremy Hylton
jeremy@zope.com
Thu, 10 Jan 2002 19:21:18 -0500
Update of /cvs-repository/StandaloneZODB/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv23029
Modified Files:
Tag: ZEO-ZRPC-Dev
forker.py
Log Message:
With new close_server() method, the ZEOServerExit fd will be closed
when asyncore.loop() returns.
=== StandaloneZODB/ZEO/tests/forker.py 1.1.2.9 => 1.1.2.10 ===
server = ZEO.StorageServer.StorageServer(addr, {'1':storage})
asyncore.loop()
- os.close(rd)
storage.close()
if isinstance(addr, types.StringType):
os.unlink(addr)