Page 1 of 1

clustering

Posted: Fri May 12, 2006 9:58 am
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!

Custom Session Handler

Posted: Fri May 12, 2006 12:58 pm
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.

Posted: Fri May 12, 2006 4:55 pm
by Weirdan

Posted: Sat May 13, 2006 1:34 am
by ibolui
hey thanks! :)
these will take me some time to digest...