News Feed
Jobs Feed
Sections




News Archive
Scott Mattocks:
I is for Isolation
January 16, 2013 @ 12:02:23

Scott Mattocks has posted the next "letter" in his LUCID development series (more here) - the I is for Isolation:

Applications are a collection of individual components; they pull together the contributions of individuals to create something which is greater than the sum of its parts. If one piece breaks down, and the system is not prepared to put it in quarantine, the entire application can come crashing down. [...] The best way to stave off this infection is to prevent it at the source. Keep the application happy by making it more resistant to implosion.

He talks about the "code jerks" of your application that hog resources or functionality and cause general problems for the application as a whole. He notes that sometimes it's the result of a third party, but it can also be internal (and more difficult to find). He gives a more specific example of a database wrapper class and some suggestions of things to do as failover (ex. used cached data or read from a secondary).

0 comments voice your opinion now!
lucid development principles isolation series


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Tracing PHP Applications with xdebug

Sara Golemon's Blog: MS Web Dev Summit 2007

David Parra's Blog: Extension development on windows

Chris Aitchison's Blog: You are NOT a Software Engineer!

PHP-GTK Community Site: Anubis (a PHP-GTK RAD/IDE Tool)


Community Events









Don't see your event here?
Let us know!


code introduction release interview object event zendframework2 opinion example functional language api tool podcast framework community development conference testing composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework