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 synchronization between application servers

Former Member
0 Likes
754

Hi all,

I have a question about synchronization of data in shared memory. If Application 1 running on Application Server A sets some data in shared memory(using Shared Objects), can Application 2 running on Application Server B of the same system can access the current data immediately?How/how fast is the synchronization done?

Thanks,

Sukru

P.S : Please do not send SAP Help File links as answer, I have access to help files

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
382

Hi,

Application Server A and B are two different systems.SO its not possible to use the same data immediately.

Both the servers are synchronized through synchronise table present at the Database layer.

We can set the Synchronization through a parameter.(Basis Job). Synchronization time can be min of 60sec.

Regards,

Gurpreet

1 REPLY 1
Read only

Former Member
0 Likes
383

Hi,

Application Server A and B are two different systems.SO its not possible to use the same data immediately.

Both the servers are synchronized through synchronise table present at the Database layer.

We can set the Synchronization through a parameter.(Basis Job). Synchronization time can be min of 60sec.

Regards,

Gurpreet