The Artima Developer Community
Sponsored Link

Java Buzz Forum
Loosely coupled

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Charlton Barreto

Posts: 116
Nickname: charlton
Registered: Oct, 2004

Charlton Barreto is a software architect specializing in Web Services standards and technologies....
Loosely coupled Posted: Feb 18, 2005 3:49 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Charlton Barreto.
Original Post: Loosely coupled
Feed Title: charlton barreto's weblog
Feed URL: http://www.mongoosesi.org/weblog/charlton/index.xml
Feed Description: charlton barreto's weblog
Latest Java Buzz Posts
Latest Java Buzz Posts by Charlton Barreto
Latest Posts From charlton barreto's weblog

Advertisement

It's a non-trivial task to design software for scalability before you know which components will be stressed through increased throughput. However, using a loosely coupled approach provides the flexibility needed to address scalability issues as throughput needs increase - once can then isolate the component that needs to be optimized as throughput increases.

In Amir Shevat's "Designing a Fully Scalable Application," he introduces a series of utilities provided by the MantaRay project which make it easier to distribute the resource-intensive parts of the application to one or more network boxes if necessary - all without code redesign. "...These utilities allow you to write the same code for your application whether it is running in a single JVM or distributed over several computers/JVMs."

Read: Loosely coupled

Topic: [Feb 11, 2005 11:49 PST] 12 Links Previous Topic   Next Topic Topic: Spiral learning

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use