Cluster Application Servers

While clusters can bring availability and scalability to most server-based software, "cluster-aware" applications can take full advantage of the environment's benefits. Database server software must be enhanced either to coordinate access to shared data in a shared disk cluster, or to partition a SQL request into a set of sub-requests in a shared nothing cluster. In a shared nothing cluster, the database server may want to take further advantage of the partitioned data by making intelligent, parallel queries for execution across the cluster. The application server software may also be enhanced to detect component failures and initiate fast recovery via cluster APIs.