XAP8 == "XAP9NET" || XAP8 == "XAP9" || XAP8 == "XAP9NET")

The Grid Service Container


Search XAP 8.0
Searching XAP 8.0 Documentation
Browse XAP 8.0
Offline Documentation

Download latest offline documentation
in HTML format:

xap-8.0-documentation.zip (15MB)

                                                              

Summary: A container which hosts Processing Unit Instances provisioned to it by the GSM

Overview

A GigaSpaces Container (GSC) is a container which hosts Processing Unit Instances (actual instances of a deployed Processing Unit). The GSC can be perceived as a node on the grid, which is controlled by The Grid Service Manager. The GSM provides commands of deployment and undeployment of the Processing Unit instances into the GSC. The GSC reports its status to the GSM.

Another aspect of a GSC is its ability to host Processing Units. The GSC classloading hierarchy makes sure that various Processing Units are isolated from one another within the same GSC.

It is common to start several GSCs on the same physical machine, depending on the machine CPU and memory resources.

The deployment of multiple GSCs on a single or multiple machines creates a virtual Service Grid. The fact is that GSCs are providing a layer of abstraction on top of the physical layer of machines. This concept enables deployment of clusters on various deployment topologies of enterprise data centers and public clouds.

Starting the GSC

The preferable way to start a GSC is using The Grid Service Agent. A GSC can be started on its own using the [GSHOME]/bin/gsc.(bat/sh) script.

Configuring the GSC

Configuring the GSC (and possibly system level settings for other services, such as the communication layer) can be done using system properties.

JVM parameters (system properties, heap settings etc.) that are shared between all components are best set using the EXT_JAVA_OPTIONS environment variable. However, starting from 7.1.1, specific GSC JVM parameters can be easily passed using GSC_JAVA_OPTIONS that will be appended to EXT_JAVA_OPTIONS. If GSC_JAVA_OPTIONS is not defined, the system will behave as in 7.1.0. Both EXT_JAVA_OPTIONS and GSC_JAVA_OPTIONS can be added within the GSC script, or in a wrapper script.

GSC specific configuration can be set using system properties (follows the [component name].[property name] notation).

IMPORTANT: This is an old version of GigaSpaces XAP. Click here for the latest version.

Additional resources: XAP Application Server | XAP Data Grid | XAP for Cloud Computing | XAP J2EE Support

Labels

 
(None)