load balancing with php sessions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

load balancing with php sessions

Post by GeXus »

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?
Post Reply