Hello,


I realize a web application using Struts with Tomcat. In this application, I
call a DLL (created with JNI) which call an other DLL (in language C). The
last one is in the directory "system32" of windows et it use several
threads.



There is no error but according to the log files, no thread are called. I
have call the same DLLs without Tomcat, and it works.


Does Tomcat block the multi-threading ? Is there a solution to authorize the
multi-threading ?

Thanks,
Claire.

Reply via email to