Contents
-
2. Executing Applications by Using Batch Servers
-
2.2 Overview of the execution environment of batch applications
-
2.3 Batch application execution functionality
-
2.3.1 Overview of the batch application execution functionality
-
2.3.7 Implementing a batch application (Batch application creation rules)
-
2.3.8 Implementing a batch application (When connecting to resources)
-
2.3.10 Settings in the execution environment (batch server settings)
-
2.3.11 Points to be considered when creating a batch application
-
-
2.6 Overview of resource connections and transaction management
-
3. Scheduling and Load Balancing of Requests Using CTM
-
3.6 Dynamically changing the number of concurrent executions of requests
-
3.10 Connection with the TPBroker/OTM client by using the gateway functionality in CTM
-
6. Database session failover functionality
-
6.2 Preparation for using the database session failover functionality
-
6.3 Selecting a mode in which performance is important (disabling integrity mode)
-
6.4 Processing implemented in the database session failover functionality
-
6.7 Changing settings related to the database session failover functionality
-
6.9 Precautions to be taken when using database session failover functionality
-
7. Suppression of Full GC by Using the Explicit Memory Management Functionality
-
7.2 Overview of the Explicit Memory Management functionality
-
7.3 Overview of memory space used in the Explicit Memory Management functionality
-
7.5 Objects that you can optionally place in the Explicit heap in the application
-
7.6 Life cycle of Explicit memory block and executed processes
-
7.7 Releasing Explicit memory blocks when the automatic release functionality is enabled
-
7.8 Releasing Explicit memory blocks when the automatic release functionality is disabled
-
7.9 Releasing Explicit memory blocks by using the javagc command
-
7.10 Reducing time required for automatic release processing of Explicit memory blocks
-
7.11 Reducing memory usage of the Explicit heap that is used in an HTTP session
-
7.12 Implementing the Java program that uses the Explicit Memory Management functionality API
-
7.13 Settings in the execution environment
-
7.14 Precautions for using the Explicit Memory Management functionality