[Twisted-Python] trac / website woes

Jean-Paul Calderone exarkun at divmod.com
Fri Jan 19 00:59:33 EST 2007


On Fri, 19 Jan 2007 04:42:42 +0000 (UTC), Matthias Urlichs <smurf at smurf.noris.de> wrote:
>On Sat, 13 Jan 2007 23:55:45 +0000, Jean-Paul Calderone wrote:
>
>> Can you clarify the misbehavior you're reporting?  It looks to me like this
>> can only occur when the connection is lost between when an avatar is received
>> and when it is passed to the client-side cred callback, which seems like a
>> vanishingly small window to me.
>
>That's easy -- I'm looking for the thing in a database.
>Thus, "vanishingly small" turns out not to be.

Should still be small.  All of the database code should have run by the
time the window for this race opens.

>
>I hit the problem because the client managed to die on an exception
>shortly after opening the connection...
>

Can you provide a self-contained example which demonstrates the problem?

Jean-Paul




More information about the Twisted-Python mailing list