Re: [ZODB-Dev] Try and fail connect strategy for zeo/zrpc

2005-07-12 Thread Chris Withers
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.

Re: [ZODB-Dev] Try and fail connect strategy for zeo/zrpc

2005-07-02 Thread Jens Vagelpohl
On 2 Jul 2005, at 01:37, Sidnei da Silva wrote: On Mon, Jun 27, 2005 at 02:38:48PM -0400, Tim Peters wrote: | Any suggestions about how to best implement this, | | Maybe just create your own socket, attempt to connect, and if that attempt | fails produce the kind of error message you want

Re: [ZODB-Dev] Try and fail connect strategy for zeo/zrpc

2005-07-02 Thread Sidnei da Silva
| 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