i386
Captain
- Joined
- Aug 24, 2004
- Messages
- 3,548
Re: "servers are busy"
Yup, but it's not static text...
Each piece of text lives in a table in the database. For every page that loads, the web server makes many requests to the database to retrieve all the pieces of text (titles, posts, dates, etc...). The database server can handle many requests at once however, when multiple requests are made for the same data those requests must be queued and handled in the order they were received. In other words you wait. Think of how many tables a search across multiple forums would need to be accessed. Sometimes all of this is done on a single server, sometimes the duties are split up among servers. I can only guess how iBoats has theirs set up. It takes some pretty high end equipment to serve this many users. Often this equipment and the software it runs will be marketed as "Enterprise". You though the "Marine tax" was bad? The "Enterprise tax" is much worse.
Well, that's a generalization anyway.
Yup, but it's not static text...
Each piece of text lives in a table in the database. For every page that loads, the web server makes many requests to the database to retrieve all the pieces of text (titles, posts, dates, etc...). The database server can handle many requests at once however, when multiple requests are made for the same data those requests must be queued and handled in the order they were received. In other words you wait. Think of how many tables a search across multiple forums would need to be accessed. Sometimes all of this is done on a single server, sometimes the duties are split up among servers. I can only guess how iBoats has theirs set up. It takes some pretty high end equipment to serve this many users. Often this equipment and the software it runs will be marketed as "Enterprise". You though the "Marine tax" was bad? The "Enterprise tax" is much worse.
Well, that's a generalization anyway.