. .

web

How Not to Run a High Volume Site

2 November 2010 6:12:35 PM

If you're running one of the higher volume websites - and today (election day in the US), many of the political blogs are in that category - you don't want to see this:

Error establishing a database connection

I really wonder how many people don't know that they need a caching solution until they get hammered?

posted by James Robertson

Comments

Re: How Not to Run a High Volume Site

[John M McIntosh] 3 November 2010 1:02:45 AM

Oh many I think, obviously no-one fired up a test farm harness and fired off more than one computer's load of transaction at the same time. What the limit to the SQL server is 128 users?

What's fun now is the whole multi-threaded idioms on the iphone, bad code works fine until the user load ticks to TWO, then we lurch into race conditions, out of order processing, and general screwups. Apple should bring back their "Think Different" thoughts just for the programmers.

Re: How Not to Run a High Volume Site

[W^L+] 3 November 2010 1:48:41 AM

Calif Sec of State site can't keep up. "Server busy" messages at [link 1]

I think that's one site that should have expected heavy volume and been prepared for it (hire Akamai for the night or something).

[1 http://vote.sos.ca.gov/]

 Share Tweet This