Tomcat won't do anything to manage this. I think this is more a generic JNI question. Multiple threads can access your native library concurrently. What it's going to boil down to is whether or not you native library is thread-safe, and whether you want to impose some degree of single-threadedness via your wrapper class.
>>> [EMAIL PROTECTED] 11/19/2004 10:58:49 AM >>> Hello, I'm loading a native library within tomcat - the library is loaded with the System.loadLibrary() via a static object so that it is only loaded once - will tomcat manage any threading issues for calls to the library from the JNI wrapper class? Thanks, Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
