architecture - What kind of page load ca -


Architectural Q:

If a site needs to handle 100 simultaneous page loads and 100,000 sessions simultaneously Is this supposed to be a high volume site? Does anyone need a heavy duty code framework to support the volume? (Assuming page load data is not intensive)

As always - "it depends".

Nothing is complete; In some places / references, your 100/100,000 figures will be celestially elevated, others will not be scary carefully.

"Heavy Duty" Code Framework Do You Really Mean? For a high volume site, you really only need one thing: Providing as much responsiveness as possible while using the minimum amount of resources - a "heavy duty" framework is irrelevant in this context.

A heavy duty or other method requires a broad framework, usually managing the complexity needed to meet other requirements (such as multi-tennesses, complex caching, copying in locations, other systems Integration with and ability to manage, maintain, extend and configure the solution easily and effectively)


Comments