Re: speed up /etc/cron.d/php5

2012-03-02 Thread Thomas Goirand
On 03/02/2012 03:13 PM, dmitrijs.samson...@gmail.com wrote: > Hello, everybody! > I have server with php storing sessions in files. > Due to Debian changes session aging is managed by cron /etc/cron.d/ php5. > Which take a looong time (10-20m) to accomplish in my situation due to high > session co

speed up /etc/cron.d/php5

2012-03-01 Thread dmitrijs.samsonovs
Hello, everybody! I have server with php storing sessions in files. Due to Debian changes session aging is managed by cron /etc/cron.d/ php5. Which take a looong time (10-20m) to accomplish in my situation due to high session count (~10k). The slowest part of cron is fuser call and if I understand