J2EE Technology Main: Clustering

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
  

Articles:
  • Scaling Your Java EE Applications - Part 2 by Wang Yu   - [Clicks: 5]
    In part two of this series, Wang Yu presents some surprising results of Java application scalability based on his experiences in a performance laboratory.
    http://www.theserverside.com/tt/articles/article.tss?l=ScalingYourJavaEEApplicationsPart2 - Jul, 2008
  • Scaling Your Java EE Applications by Wang Yu   - [Clicks: 9]
    Getting Java applications to scale requires an intimate understanding of the application, the JVM, and the underlying hardware. Wang Yu presents some surprising results of Java application scalability based on his experiences in a performance laboratory.
    http://www.theserverside.com/tt/articles/article.tss?l=ScalingYourJavaEEApplications - Jul, 2008
  • Scalability Best Practices: Lessons from eBay by Randy Shoup   - [Clicks: 7]
    eBay Distinguished Architect at eBay Randy Shoup explains eBay key scalability practices of partitioning, horizontal scale, avoiding XA, asynchronicity, and virtualization. eBay has hundreds of millions of users, over a billion page views a day, and petabytes of data in their systems.
    http://www.infoq.com/articles/ebay-scalability-best-practices - May, 2008
  • MapReduce Part II by Eugene Ciurana   - [Clicks: 7]
    Eugene Ciurana describes how to build a MapReduce system using the same off-the-shelf, robust, open-source components already running at your company and that your engineering team already mastered.
    http://www.theserverside.com/tt/articles/article.tss?l=MapReduceRedux - May, 2008
  • Implementing Master-Worker with Terracotta by James Heanly, Ben Teese   - [Clicks: 9]
    A real world case study of a consultancy that distributed the load & increased scalability of its applications using Terracotta using the Master/Worker pattern.
    http://www.infoq.com/articles/master-worker-terracotta - Feb, 2008
  • Why Should You Care About MapReduce? by Eugene Ciurana   - [Clicks: 10]
    This article by Eugene Ciurana explains the concept behind MapReduce, a distributed programming model developed by two engineers at Google for very scalable solutions.
    http://www.theserverside.com/tt/knowledgecenter-tc/knowledgecenter-tc.tss?l=MapReduce - Feb, 2008

[Top]