| WebSeitz/wikilog |
| Scalabil Ity |
|
| last edited by BillSeitz on Jun 29, 2008 5:26 pm |
ability to handle increased demand/load/use
Ryan Tomayko on why LAMP systems scale better than complicated [Three Tier] architectures (that want a physically separate Application Server). More specifically, the Shared Nothing variant of the Logical [Three Tier] Architecture says that the simplest and best way to build large web based systems that scale (and this includes enterprise systems goddamit) is to first bring the presentation and app code together into a single physical tier. This avoids remote object hell because the presentation code and the business logic / domain code are close to each other.
blog http://highscalability.com/
collection of presentations on WebApp Scalabil Ity http://www.slideshare.net/group/webapps-scalability/slideshows
semi-related page-load-speed
http://developer.yahoo.com/performance/rules.html (see esp bits on CSS and Java Script handling)
| User Options Recent Changes Help Page |