Hi Holger, If you are building axis2 as an apache module, you should be able to set up apache to be using MPM(Multi-Processing Module) prefork. Apache will then fork childs that each serve to respond the client, and the childs will each work in their own application environment. How to build Axis as an Apache module can be seen here: http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#mod_axis2
This way you can handle incoming requests without having to concern about using non-thread-safe libraries. You can read more about MPM prefork for Apache here: http://httpd.apache.org/docs/2.0/mod/prefork.html#how-it-works Regards Rune Sindahl -----Oprindelig meddelelse----- Fra: Holger Reppert [mailto:itrepp...@itreppert.de] Sendt: 18. juli 2011 19:05 Til: c-user@axis.apache.org Emne: Using not thread safe lib Hi there, we're using a library that's probably not thread safe. Could this lead to a problem ? Or what are the options to prevent a problem ? Regards, Holger --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org For additional commands, e-mail: c-user-h...@axis.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org For additional commands, e-mail: c-user-h...@axis.apache.org