Re: [PHP] Session Performance questions

2003-07-02 Thread Hardik Doshi
I think writing 2 to 3K data into the session is faster than writing to sql db. Your session files are mostly stored on the swap space of your server and swap space is faster to read than database files stored in the hard drive. Let me know if i am incorrect thanks Hardik Doshi --- Sancar Sara

[PHP] Session Performance questions

2003-07-02 Thread Sancar Saran
Hi, I'm working on a CMS like system. Its uses heavly SQL for page rendering. Yesterday I made a stress test. System stable for just 30 secs (for 60 request per sec, An Athlon750 with 320 mb ram). My investigation is Apache stalls when writing sessions. System uses sessions for store sniffed br