"Only" 2500? We're getting crushed.
"Only" 2500? We're getting crushed.
"Only" 2500? We're getting crushed.
Unfortunately, no, that's not the case. Also, sorry for the lack of updates on .org - I was too busy trying to fix the problem to type up anything there and will typically only use it if I expect the site to be offline for an extended period of time. For reports on intermittent issues, check Twitter.With 140k members I assumed the site could handle 2,500. Didn't mean to sound like 2500 is nothing.
GTPLANET.org mentions nothing of today's problems.
The forum user count at the bottom of the main forum page says that the most users active record is around 7,5xx online at a time. Just wondering why are we getting crused with only around a third of that previously established record?
The record was set when M5Power's encounter with Ralph Lauren became extremely popular on Digg.com.Just wondering, how did we ever manage to reach the 7000 odd record all those years back (I was there that night!) if we are getting overloaded under 3000? Was the internet just in a simpler state?
Robin.
I think I was looking at very close, if not over 3000 people on the site.I'm curious Jordan, what did we get up to yesterday just before the site got 'paralyzed'?
Jerome
The record was set when M5Power's encounter with Ralph Lauren became extremely popular on Digg.com.
To understand how the server was able to withstand this, consider what it was basically doing: grabbing the same posts from Doug's thread over and over again. These posts were not changing and did not need to be updated in the database, so the cache stayed fresh in the server's RAM and it didn't have to go back to the hard drive for fresh data (computationally expensive and slow). Contrast that with what happened today, when we had thousands of people loading thousands of different pages across the entire site, including the news blog (also database-driven). The volume of unique dynamic pages which had to be generated completely saturated the RAM and swap space, and once that's gone, the server is effectively paralyzed.