clustering

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
ibolui
Forum Commoner
Posts: 27
Joined: Thu May 26, 2005 9:41 am

clustering

Post by ibolui »

hi, i would like to know more about clustering. it is about employing more servers to provide scability and high availability?
i wish to how should a php web application be coded to be used for clustering in the future, as in is there any special consideration to take note of?

thanks!
User avatar
tr0gd0rr
Forum Contributor
Posts: 305
Joined: Thu May 11, 2006 8:58 pm
Location: Utah, USA

Custom Session Handler

Post by tr0gd0rr »

One thing I know of is that you will want a custom session handler. see http://www.zend.com/zend/spotlight/code ... -wade8.php

I'm interested to hear what others have to say as we are planning to run a PHP app in a load-balanced environment later this year.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

ibolui
Forum Commoner
Posts: 27
Joined: Thu May 26, 2005 9:41 am

Post by ibolui »

hey thanks! :)
these will take me some time to digest...
Post Reply