On Wed, Aug 21, 2013 at 2:46 PM, Nate McCall wrote:
> The bcrypt rounds are indeed expensive and ClientState should hold the
> result for the active connection. So it sounds like you are creating a lot
> of new connections and thus hitting that bcrypt penalty.
>
>
Thanks, that was my thought too
The bcrypt rounds are indeed expensive and ClientState should hold the
result for the active connection. So it sounds like you are creating a lot
of new connections and thus hitting that bcrypt penalty.
On Wed, Aug 21, 2013 at 12:28 PM, Joshua M. Thompson <
joshua.thomp...@gmail.com> wrote:
> He