BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Presentation: Distributed Caching Essential Lessons

Presentation: Distributed Caching Essential Lessons

Bookmarks
Cameron Purdy presents on improving performance and scalability of applications through the use of caching to reduce load on the database teir and & clustered caching to  provide transparent- fail-over by reliably sharing live data among clustered JVMs.

Watch Distributed Caching Essential Lessons (50:51 min)

The talk was recorded by InfoQ at Javapolis 2005.  Cameron also spends a good amount of time explaining how to reduce DB load via caching strategies that apply in any caching application such as read & write-through caching, asynchronous write-behind, and others.  The talk is a must-watch to understand caching theory that works in practice.  Cameron will also be presenting on Performance and Scalablity in the Architecture Quality Attributes track at QCon, London March 14-16.

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

  • For more information ..

    by Cameron Purdy,

    Your message is awaiting moderation. Thank you for participating in the discussion.

  • Re: For more information ..

    by Wes Nur,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    There are some very good distributed caching solution available in the market and they are doing a very good job so far. But personally I am a big fan of NCache . It is an in-memory distributed cache by Alachisoft and it is famous among the developers because of its rich and wide range of topologies. Just for the information, FREE version of NCache is also available now which is called NCache Express

  • Re: For more information ..

    by Talip Ozturk,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    There are some very good distributed caching solution available in the market and they are doing a very good job so far.


    Hazelcast, for example, is an open source, transactional, distributed in-memory caching solution for Java. It is released under Apache license. Hazelcast users love it because it is super simple, scales dynamically and just works!

    -talip
    www.hazelcast.com

  • Not able to view presentation

    by Jinal Pari,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    I really want to view this presentation, but it doesn't load!

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