https://bz.apache.org/bugzilla/show_bug.cgi?id=57300

--- Comment #2 from Paul Spangler <[email protected]> ---
Created attachment 33018
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33018&action=edit
Updated tests for proposed patch

Test changes for the SessionExpiryUpdateInterval. It adds new tests that are
skipped in 2.4 for now, and updates existing tests that do not modify the
session to expect that the session will not be saved. Those tests are marked
todo in 2.4 since they will fail without the changes in the proposed patch.

All tests pass against 2.4 without the patch and trunk with the patch. In my
manual tests using mod_session_dbd with sqlite, I observed a 10-20x improvement
in time required to make 600 requests that use mod_auth_form. That's
essentially a worst-case scenario since sqlite is not optimized for writes.

I also observed a MySQL installation where the same 600 requests no longer
generated 600 UPDATE queries to the DB server.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to