Re: general load balancing issues

2003-12-15 Thread Adam C. Migus
On Monday 15 December 2003 08:02 am, Clement Laforet wrote: > On Mon, 15 Dec 2003 12:46:52 +0100 > Bogdan TARU <[EMAIL PROTECTED]> wrote: > > Hi ! > > > Right now I am considering a setup with one common NFS repository > > for the configuration files, Apache binaries, Web content and temp > > dire

Re: general load balancing issues

2003-12-15 Thread Tim Kientzle
On Mon, 15 Dec 2003, Matthew Seaman wrote: On Mon, Dec 15, 2003 at 12:46:52PM +0100, Bogdan TARU wrote: I am wondering, though, if I will be able ... to load-balance the domains involving sessions: will the sessions be lost when connsecutive hits go to different webservers, or not? It depends on

Re: general load balancing issues

2003-12-15 Thread Taavi Talvik
On Mon, 15 Dec 2003, Robert Watson wrote: > When setting up load balancing with state, one of the hardest things is > making sure the solution isn't slower than the original, and the details > of the local installation are often relevant. If there are frequent state > queries, going to a backend

Re: general load balancing issues

2003-12-15 Thread Robert Watson
On Mon, 15 Dec 2003, Matthew Seaman wrote: > On Mon, Dec 15, 2003 at 12:46:52PM +0100, Bogdan TARU wrote: > > Right now I am considering a setup with one common NFS repository for > > the configuration files, Apache binaries, Web content and temp > > directory for PHP, NFS resource which will

Re: general load balancing issues

2003-12-15 Thread Clement Laforet
On Mon, 15 Dec 2003 12:46:52 +0100 Bogdan TARU <[EMAIL PROTECTED]> wrote: Hi ! > Right now I am considering a setup with one common NFS repository for > the configuration files, Apache binaries, Web content and temp > directory for PHP, NFS resource which will be mounted on all the > 'front'

Re: general load balancing issues

2003-12-15 Thread Matthew Seaman
On Mon, Dec 15, 2003 at 12:46:52PM +0100, Bogdan TARU wrote: > Right now I am considering a setup with one common NFS repository for > the configuration files, Apache binaries, Web content and temp > directory for PHP, NFS resource which will be mounted on all the > 'front' webservers. I am won

general load balancing issues

2003-12-15 Thread Bogdan TARU
Dear hackers, Up until now, I had a setup with 4-5 webservers, one 'main' server on which all the changes to the websites were done, and the rest which were rsync-ing the web repository to the local drives. The content is either static or dynamic (PHP). Of course, I was load balancin