blu.org  wiki

 « Return to Thread: PHP web clusters and session information

Re: PHP web clusters and session information

by ref-2 :: Rate this Message:

Reply to Author | View in Thread


we have three front end web servers that serve millions of pages a month via apache2/php5, and
use an NFS server to hold all session information. We had to do this as the
front end servers are behind an SNMP balanced bigIP loadbalancer. we did some tests
first and for us it proved faster to get the flat files from NFS than to get the
session data from a shared DB (though I must add that the NFS mounted server is
ALSO the DB server, so it was actually a good test).

Richard



On Wed, 2008-05-14 at 11:39 -0400, markw@... wrote:
> Are there any admins/architects that have multiple web servers using PHP
> and are sharing sessions.
>
> I have an open source project I've been trying to get going for a while
> now and I'd like to solve the major issues for this type of deployment.
>


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
Discuss mailing list
Discuss@...
http://lists.blu.org/mailman/listinfo/discuss

 « Return to Thread: PHP web clusters and session information