Hi All, Newbie question, looked around, not clear on the answers.
4 php application servers, currently using file system for session management switched over to single 2GB memcached server for dealing with php sessions high load site, 3mm page views a day our cpu and server load was getting "out of control" when I switched over to the memcached for php session management how many concurrent connections can memcached handle? how do i check to see if in fact this is the bottleneck? any other information regarding what settings / stat values to look for would be helpful. I'm considering using a memcaced server for each php app server but then it wouldn't be a centralized situation.
