load balancing with php sessions
Posted: Thu Aug 07, 2008 1:26 pm
Does anyone have any experience doing load balancing with php apps? I'm thinking of adding on load balancing, but am debating about how I should handle sessions (custom handler, NFS).... if I use an NFS then obviously that server is the weakness and could fail... if I use some sort of custom session handling, then I have to change a lot of code and figure out what to do... Any suggestions?