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

Mult read in parallel from several instance on shared objects

Torsten_
Product and Topic Expert
Product and Topic Expert
0 Likes
410

Hi,

I created a root class and a area to store objects in the shared memory. Everything works fine I can write the class (from one process) into the shared memory. I can also read the class instance (form another process) from the shared memory.

Now I want to read the class instance with several processes in parallel. I get in trouble with the lock management of the SOM manager ;-}

The first instance set a read lock and the second process get a lock exception.

Is it possible to read a class instance without a read lock?

Any ideas are welcome.

Torsten

1 REPLY 1
Read only

Torsten_
Product and Topic Expert
Product and Topic Expert
0 Likes
317

Problem is solved.