|
|
 |
Re: FN-FORUM: File Uploads in a .NET Web Clustered environment
date posted 27th April 2007 15:25
On Friday 27 Apr 2007 12:05 pm, Daniel Grant wrote:
> Hi all,
>
> I have implemented a website for my organisation, this site has on
> average 300+ hits per day.
One every five minutes...
> Since we started a google Ad-word campaign, this has increased
> exponentially (not sure hot much exactly), plus the additional service=
s
> on the site, which are very query-intensive.
>
> Our organisation has made the technical decision to purchase another II=
S
> box, essentially making the site served via a clustered environment.
How many hits now? Only the busiest of sites should ever need this sort
of set up. You will probably get much more benefit from profiling the co=
de
in some way and finding where your bottleneck queries are. Is the site
slow due to the number of simultaneous requests, or is the site just slow=
?
If you do want to split the load, then the easiest way of doing this is t=
o
use one server as the web server and make it talk SQL to the other one,
which will handle the database:
The World Server1 Server2
--=20
5: When responding to a post, delete all information that is not
strictly necessary. This includes the freelancers tag line and .sig
files. Delete anything you're not specifically responding to.
|
 |
|