Re: Web server for media only
am 27.05.2007 13:50:36 von pr0f3550r
AF wrote:
> I'm curious - at what time would / should additional web servers be
> used to offload serving images (.css too?) Is there any gain to doingo
> that as apposed to just adding web servers that serve both HTML &
> images?
If you split the load between two servers, not necessarily two
machines, you might get more performance.
This is a bit controversial, it's a matter of trial and error. For
small websites I don't think it makes a big
diffrerence, though.
Ottavio
http://www.pledgebank.com/boycottvista
Re: Web server for media only
am 27.05.2007 15:14:19 von af.at.work
On May 27, 7:50 am, Ottavio Caruso wrote:
> AF wrote:
> > I'm curious - at what time would / should additional web servers be
> > used to offload serving images (.css too?) Is there any gain to doingo
> > that as apposed to just adding web servers that serve both HTML &
> > images?
>
> If you split the load between two servers, not necessarily two
> machines, you might get more performance.
> This is a bit controversial, it's a matter of trial and error. For
> small websites I don't think it makes a big
> diffrerence, though.
> Ottaviohttp://www.pledgebank.com/boycottvista
This would be for a fairly large application - 1,000,000s of
pageviews / day...
My idea is to have another set of load balanced web servers used
*just* to dish images. Eliminate the replication requirement for app
servers. Setup the image servers to share an external NAS for data.
If you have any references - love to read them. I have been digging
around but nothing too much helpful just yet.