From: Eva S. <sc...@mi...> - 2008-09-18 14:35:27
|
Dear all, we built a jni interface to use SOSLib from Java. We also compiled it as a dynamic library to be used from the Java objects. Now we are experiencing some problems on accessing the library simultaneusly creating multiple instances of Java Objects using it. It seems that, when a new object is created, the memory allocated for the library gets corrupted. Do you know if SOSLib is Thread-Safe? Do you have had any similar problems? Could you give me some advice on this problem? Thank you in advance. Eva. |