Re: how to do cloud computing with php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rene Veerman wrote:

> Hi..
> 
> As a way to take a few steps back from the kinda heated "when will php
> grow up and support threading" thread, i'm requesting you people list
> how you scale from 1 server to many servers; what's called cloud
> computing.

Scaling to N boxes is first a matter of distributing the load. 
Personally I like to use LVS for that - if you're aiming really high,
maybe supersparrow.  
Second you will have to look at how to distribute the data - usually the
answer is segmentation or  replication, with a few different twists. 
To reduce network traffic and response times, cacheing comes into it in
many places. 


-- 
Per Jessen, Zürich (14.1°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux