This post originated from an RSS feed registered with Java Buzz
by Chris Winters.
Original Post: Scalability is in the architecture
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
The PHP Scalability Myth - Jack Herrington (of code generation fame) has a good article on what 'scalable' means and how it's not specific to any particular language. It's all about making different parts of your application loosely coupled, and keeping as many parts stateless (with help in the form of caching) seems to be the conclusion everyone comes to, particularly in this age of cheap commodity hardware. ...