Re: [PATCH 57300] mod_session save optimization

2015-10-16 Thread Jacob Champion
On 10/15/2015 01:53 PM, Paul Spangler wrote: Bump in case anyone is interested now that the list has died down a bit. I'm a little biased :) but I am still interested. From a practical angle, Paul's patch makes session-based applications usable with databases that have more expensive writes

Re: [PATCH 57300] mod_session save optimization

2015-10-16 Thread Yann Ylavic
Hello Paul, sorry for the delay... On Thu, Oct 15, 2015 at 10:53 PM, Paul Spangler wrote: > On 8/20/2015 4:58 PM, Paul Spangler wrote: >> >> The bug report contains a more detailed explanation of the patch, but >> there are some points I thought might lead to some

Re: [PATCH 57300] mod_session save optimization

2015-10-15 Thread Paul Spangler
On 8/20/2015 4:58 PM, Paul Spangler wrote: Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any

Re: [PATCH 57300] mod_session save optimization

2015-09-24 Thread Paul Spangler
On 8/20/2015 4:58 PM, Paul Spangler wrote: Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any

Re: [PATCH 57300] mod_session save optimization

2015-09-14 Thread Paul Spangler
On 8/20/2015 4:58 PM, Paul Spangler wrote: Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any

Re: [PATCH 57300] mod_session save optimization

2015-09-02 Thread Paul Spangler
On 8/20/2015 4:58 PM, Paul Spangler wrote: Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any

[PATCH 57300] mod_session save optimization

2015-08-20 Thread Paul Spangler
Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any changes to the data. This makes some