Re: [PHP] slow session_start()

2005-04-07 Thread Richard Lynch
On Thu, April 7, 2005 11:23 am, Arshavir Grigorian said: > I am getting 4-5 minute delays when I call the session_start() function > in one of my scripts, I reduced it to a small script that just echoes > some html, but still calling session_start() causes a major delay. My > /tmp directory is almo

Re: [PHP] slow session_start()

2005-04-07 Thread Bostjan Skufca @ domenca.com
If you trace (strace on linux) the process which serves your request you should get some idea. On Thursday 07 April 2005 20:23, Arshavir Grigorian wrote: > Hi, > > I am getting 4-5 minute delays when I call the session_start() function > in one of my scripts, I reduced it to a small script that

[PHP] slow session_start()

2005-04-07 Thread Arshavir Grigorian
Hi, I am getting 4-5 minute delays when I call the session_start() function in one of my scripts, I reduced it to a small script that just echoes some html, but still calling session_start() causes a major delay. My /tmp directory is almost empty and there is a lot of disk space. It's an AMD At