NYCPHP Meetup

NYPHP.org

[nycphp-talk] horizontally scalable

csnyder chsnyder at gmail.com
Fri Dec 3 23:04:04 EST 2004


That diagram might be legit, or it might not -- it all depends on what
problem you're trying to solve.

If it's specifically the PHP processing that you need to parallelize
(is that a word?) -- becuase you're generating images or something --
you could use a reverse proxy instead of a load balancer.

If it's all about bandwidth rather than processing, then you might
have a number of caching reverse proxies in front of a single
PHP/MySQL master.



More information about the talk mailing list