BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Presentation: Architecting for Latency

Presentation: Architecting for Latency

Bookmarks

In this presentation, Dan Pritchett addresses latency issues in web applications that should be dealt with from the beginning when the system is designed. Dan offers some practical solutions to latency.

Watch: Architecting for Latency (55 min)

Many times, network latency is ignored, says Dan, and in some applications it does not matter that much. However, in most web applications, latency is an important factor to consider, and plans for it should be made early in the design phase.

Dan offers several solutions for lessening the impact of latency on system's performance:

  • Loose component coupling.
  • Using messaging with asynchronous interfaces.
  • Using a BASE (Basically Available Soft state Eventually consistent) shared storage model.

More information can be found in Dan's article The Challenges of Latency published by InfoQ.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT