"Hemant Singh" <[EMAIL PROTECTED]> writes:

> Hi All
> 
>  
> 
> I am planning to host an application and its size is going to be big one , so
> expect the concurrent number of connection s to be around 2200.To combat the
> same , want to perform load sharing on 3-4 servers.So the ide is to put one
> machine on external IP and this machine , after receiving the requests would
> forward them to any of the other three machines having the application
> deployed and running on the same environment.Pls suggest how can i achieve
> this on apache.

Depends how much session persistence you're keeping on the middle
tier. You can do things smarter than pure round robin with a few
mod_rewrite rules on the front. 

-- 
David Hodgkinson, Wizard for Hire        http://www.davehodgkinson.com
Editor-in-chief, The Highway Star           http://www.deep-purple.com
Deep Purple Family Tree news                  http://www.slashrock.com
   Interim Technical Director, Web Architecture Consultant for hire

Reply via email to