On Sep 14, 2011, at 7:49 AM, Ross Peoples wrote: > As you can see, there wasn't much of a change. In fact, turning off sessions > added about 400 ms to the testing time. Now let's try with SSL: >
Have you done enough runs to know what kind of noise level you're getting? I'd be sort of surprised if forgetting sessions actually slowed things down. On that subject, I think we make a bit too much of the value of forgetting sessions. Session overhead is generally pretty small, and the existing logic already optimizes for the case where the session isn't changed during a request.