Re: SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-05 Thread Jacqui Caren
Pid wrote: Hardward load balancing is when you use specific types of network equipment which present a single external interface while directing traffic evenly between the servers behind it. Software does the same, but you'd install it on a server acting as a front controller. You can use the

Re: SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-05 Thread Pid
Jacqui Caren wrote: Pid wrote: Hardward load balancing is when you use specific types of network equipment which present a single external interface while directing traffic evenly between the servers behind it. Software does the same, but you'd install it on a server acting as a front

SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Danesh Daroui
Well, I think the bottleneck in our server will be mostly bandwidth. However we are using a 100 Mbits/s internet connection, but we are still worry what would happend if number of users will grow enormously. I have gathered some information like using DC-Apache module which is Distributied

SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Danesh Daroui
Hi Alex,Our bottleneck will be mostly bandwidth since our servers are fast enought. Frankly, I didn't get anything from your solutions (HW-Loadbalancer and SW-Loadbalancer). Are they software/hardware products? Would you please explain?D.Alexander Lazic [EMAIL PROTECTED] skrev: Hi,On Mon

SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Danesh Daroui
Hi Frank,I think we are talking about different things. I already know that it is possible to have a web site on multiple server (of course with different addresses). What I am looking for, is to have mutiple web servers on one address (single IP), where multiple servers cooperate with each other

RE: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Primož Kumše
Try Linux Virtual Server. The IP Virtual Server modul should be what you are looking for. Regards, Primoz From: Danesh Daroui [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 3:53 PMTo: users@httpd.apache.orgSubject: SV: Re: [EMAIL PROTECTED] Distributed Web Server Hi Frank,I

Re: SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Alexander Lazic
Hi, On Die 04.07.2006 15:48, Danesh Daroui wrote: Our bottleneck will be mostly bandwidth since our servers are fast enought. Frankly, I didn't get anything from your solutions (HW-Loadbalancer and SW-Loadbalancer). Are they software/hardware products? Would you please explain? Well you have

Re: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Alexander Lazic
On Die 04.07.2006 16:11, Primož Kumše wrote: Try Linux Virtual Server. The IP Virtual Server modul should be what you are looking for. Huh have i over read something or why are you thinking that Danesh Daroui use linux for his webserver?!?! regards Alex

Re: SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Pid
Do you actually want/mean a distributed web server? I think you mean that you want to a load balance your site. Alex was referring to SoftWare(SW) load balancing and HardWare(HW) load balancing. Both of these techniques involve using multiple physical machines to serve pages which appear to come

Re: SV: Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread David Filion
it. Frank Peng. -Original Message- From: Alexander Lazic To: users@httpd.apache.org Sent: Mon, 3 Jul 2006 09:29:06 +0200 Subject: Re: [EMAIL PROTECTED] Distributed Web Server Hi, On Mon 03.07.2006 04:52, Danesh Daroui wrote: I have set up a web server

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread David Filion
Alexander Lazic wrote: On Die 04.07.2006 16:11, Primož Kumše wrote: Try Linux Virtual Server. The IP Virtual Server modul should be what you are looking for. Huh have i over read something or why are you thinking that Danesh Daroui use linux for his webserver?!?! regards Alex LVS

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread Alexander Lazic
On Die 04.07.2006 11:03, David Filion wrote: Alexander Lazic wrote: Huh have i over read something or why are you thinking that Danesh Daroui use linux for his webserver?!?! LVS would be on a separate box in front of the web servers, so it doesn't matter what apache is running on. We have a

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-04 Thread David Filion
Alexander Lazic wrote: On Die 04.07.2006 11:03, David Filion wrote: Alexander Lazic wrote: Huh have i over read something or why are you thinking that Danesh Daroui use linux for his webserver?!?! LVS would be on a separate box in front of the web servers, so it doesn't matter what apache

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-03 Thread Alexander Lazic
Hi, On Mon 03.07.2006 04:52, Danesh Daroui wrote: I have set up a web server using Apache and it used to work fine until my site's hit grew up and now it has serious problems because of intensive clients traffic. I would like to set up other systems to cooperate with my main server and serve

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-03 Thread frankpeng
:06 +0200 Subject: Re: [EMAIL PROTECTED] Distributed Web Server Hi,    On Mon 03.07.2006 04:52, Danesh Daroui wrote:    I have set up a web server using Apache and it used to work fine until  my site's hit grew up and now it has serious problems because of  intensive clients traffic. I would like

[EMAIL PROTECTED] Distributed Web Server

2006-07-02 Thread Danesh Daroui
Hi all,I have set up a web server using Apache and it used to work fine until my site's hit grew up and now it has serious problems because of intensive clients traffic. I would like to set up other systems to cooperate with my main server and serve clients as well as my main server to make