‎2010 Jun 28 11:01 AM
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
‎2010 Jun 28 6:35 PM