Comment 2 for bug 691165

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 691165] [NEW] codehosting connection time is load dependent

On 17 December 2010 03:31, John A Meinel <email address hidden> wrote:
> Public bug reported:
>
> It appears that the twisted SSH server takes significantly longer to ssh
> handshake when there are multiple simultaneous requests.
>
> I don't fully understand what is going on here, but I'll give the
> symptoms.

Given that this is twisted code, this sounds to me a lot like it's
doing some kind of blocking operation inline.

--
Martin