Re: High CPU usage with authentication enabled

2013-08-21 Thread Joshua M. Thompson
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

Re: High CPU usage with authentication enabled

2013-08-21 Thread Nate McCall
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