Sidnei da Silva wrote:
| Does't the *already included* zeoup.py do exactly what you are trying | to do? See the bin directory of your zope home.

Unfortunately no. It uses ClientStorage, which goes through the 1000's
of lines of the connection dance using connect threads and large
timeouts. Effectively, ClientStorage will retry a connection
'forever'. I just want to see if the port is listening and it smells
like ZEO with the minimal reasonable timeout.

Sounds like zeoup.py doesn't do what it should, which is what you're after. How about repairing zeoup.py rather than rolling yet another not-really-needed script? ;-)

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to