[PHP-DEV] Sessions lock - not using memcached?

2010-09-26 Thread ROZE Samuel
Hello, I'm working with sessions in my PHP applications. My pages can take long time to be executed (~500ms) and I've simultaneous requests for the same session (Ajax requests). My problem is that I close sessions at the end of my PHP script, so my sessions files are locked for half a second. S

Re: [PHP-DEV] Sessions lock - not using memcached?

2010-09-26 Thread Clint Byrum
On Sep 26, 2010, at 1:10 AM, ROZE Samuel wrote: > Hello, > > I'm working with sessions in my PHP applications. My pages can take long time > to be executed (~500ms) and I've simultaneous requests for the same session > (Ajax requests). My problem is that I close sessions at the end of my PHP

Re: [PHP-DEV] Sessions lock - not using memcached?

2010-09-26 Thread Ferenc Kovacs
On Sun, Sep 26, 2010 at 5:23 PM, Clint Byrum wrote: > > On Sep 26, 2010, at 1:10 AM, ROZE Samuel wrote: > > > Hello, > > > > I'm working with sessions in my PHP applications. My pages can take long > time to be executed (~500ms) and I've simultaneous requests for the same > session (Ajax requests