Sharenator Dedicated Servers?
Sharenator was under some heavy traffic recently. I wonder how did you handle it? What kind of server(s) do you have?
Just curious. I have a server of my own, host a forum. So far it handles 40k visitors per day.
Just curious. I have a server of my own, host a forum. So far it handles 40k visitors per day.
ReportReport this topic to moderators FlagFlag as not safe for work.
Views: 770
RATE
12
Posted: 2008-05-05 05:55:01
Psst.
Responses (1) / Sorted by points
Post a response
Related posts
Actually, what you're looking at here is not just a php+mysql+mod_rewrite. You're looking at a real static html file. There is a Sharenator_Dedicated_Servers directory in the server which actually contains index.html file.
This page may look dynamic (so many variables, ajax, etc.) but it's not, we faked it to look like that. I guess I should write an article about this :)
While it may sound a little bit complicated, it saves us a lot of resources. Web servers works much faster handling static files.