if(!now){when();}
Bungie Favorite Author : Iris::1
Map
I remember that.
May favorite part..The Bungie.net Application Engine
The brains of the Bungie.net Web site lie in the application engine. All user requests are passed to the application where the engine validates the user credentials and determines what the user is allowed to see and do on the site. For example, anonymous users cannot create new post items in forums or see game statistics. The application engine also acts as a dispatcher for data retrieval operations and interacts with custom caching components to help improve scalability. The application engine manages all database access and performs all authentication and authorization processes. The engine is implemented as a DLL and exists on each of the front-end Web servers and is instantiated directly via an ASP.NET code-behind model.
[Edited on 10.15.2011 10:35 AM PDT]