Hello, I would like to create a Web service based on a class which calls C functions via JNI.
The only problem is that the C functions are legacy and therefore not multi-threaded. In other words, if several people simultaneously call the service, they might cause the C code to crash. What is the best way to make the Axis2 service handle simultaneous calls without crashing or crashing the C code? Many thanks. p --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org