Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Shared Memory Objects: Multiple Application Server

Former Member
0 Likes
1,138

Hello,

how is the reaction of a shared memory objects, if the system landscape has more than one application server.

Thank you.

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
726

Each app server has its own shared memory.

Read only

former_member525851
Participant
0 Likes
726

Application layer contains one or more application servers and a message server ( for communication between application servers within a system).

Application server contains different components :

Work processes

Dispatcher

Gateway

Shared Memory , and

Database Connections.

All the work processes on an application server use a common main memory area called the shared memory to save contexts or to buffer constant data locally.