Load Balancing Content on InfoQ
Latest featured content about Load Balancing

- Topics
- Ruby,
- Deployment / Datacenter,
- Ruby on Rails
InfoQ has an exclusive chat with one of the original gurus of Rails deployment: Ezra Zygmuntowicz. We discuss his current venture, EngineYard, and the future of Rails. His book on Rails Deployment is due from Pragmatic Programmers in June 2007.
News about Load Balancing
- Topics
- Map-Reduce,
- Orchestration,
- Architecture
Ricky Ho revisited his three year old post on that question and realized that a lot had changed since then.
- Topics
- Web Servers,
- Operations,
- .NET,
- Web Frameworks
Microsoft Web Farm Framework (WFF) is a free IIS plug-in used to provision and manage systems in a web server farm, enabling the installation and configuration of software components across the farm plus support for automated deployment of ASP.NET applications.
- Topics
- Java,
- Grid Computing
The latest version of GridGain, a java based open source grid computing framework, supports load balancing and data partitioning features. GridGain Systems recently released version 2.0 of the framework which also includes a "work stealing" feature where the scheduled jobs running on overloaded nodes in the grid are "stolen" to run on underloaded nodes.
- Topics
- Performance & Scalability,
- Architecture
Describes an approach to scaling web applications by partitioning data according to what is generic and what is user specific. The generic data streams can then take advantage of horizontal scaling and the power of caching.
- Topics
- Java,
- Clustering & Caching
Shoal is a java clustering framework that provides infrastructure to build fault tolerance, reliability and availability for java application servers. It can also be plugged into any application that needs clustering and distributed systems capabilities. Shoal is the clustering engine for GlassFish and JonAS application servers and provides a distributed state cache for storing application state.
- Topics
- Clustering & Caching,
- Architecture,
- Performance & Scalability
Exploring a couple of lesser known tools in the architects' scaling toolkit.
- Topics
- Rich Internet Apps,
- Architecture,
- Performance & Scalability
Traditional approaches to load balancing have focused on server side solutions. Lei Zhu recently proposed an approach where the load balancing logic for a clustered Ajax application resides in the client tier, and describes how an application built on Amazon's S3 and EC2 services has successfully employed the technique.
- Topics
- Performance & Scalability,
- Architecture
Many people talk about scalability, but do you know what it really means? Royans K Tharakan dispels some myths and provides a detailed explanation of some of the common scalability terms.