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 (SHMM) Propagation

0 Likes
922

Hello Gurus,

Is there a way to distribute a shared memory to multiple application server.

There is a button on SHMM that says "Propagation to application server (Invalidation)", can we use this button to propagate data?

Regards,

Abhishek.

Hello Gurus,

Is there a way to distribute a shared memory to multiple application server.

There is a button on SHMM that says "Propagation to application server (Invalidation)", can we use this button to propagate data?

Regards,

Abhishek.

2 REPLIES 2
Read only

0 Likes
668

Hello Experts,

Still I am struggling to get a definitive answer to share a memory in different application servers.

Can some one suggest some workaround or techniques for sharing memory between application servers?

Scenario:

We created a shared memory object, all works properly. However, the same shared memory is not available in our other application server. We have 12 application servers in our productive environment, we do not want to read the DB table on each application server.

Regards,

Abhishek.

Read only

0 Likes
668

SHM is app server specific. You can't propagate SHM across multiple app servers.

To access memory objects across multiple app servers you have to resort to Data Clusters (IMPORT FROM DATABASE / EXPORT TO DATABASE).

Similar requirement discussed:

BR,

Suhas

Edited by: Suhas Saha on Aug 19, 2010 5:58 PM