Re: Impossible to use multi threading with Tomcat by using a DLL ?

2008-01-19 Thread Claire Dugenet
, a random thread from the HttpThread pool will be used, that's probably your difference that make it work one side and not the other. Claire Dugenet a écrit : In fact, some of the fonctions of the DLL works except the ones which call the threads. To test my DLL, I have created an applet which call

Re: Impossible to use multi threading with Tomcat by using a DLL ?

2008-01-19 Thread Claire Dugenet
, must be properly signed and run with security authorisation needed. Moreover, the JNI libraries must be installed on client. Claire Dugenet a écrit : Hello, In the two case (with or without Tomcat), we call it with a button because we use the same applet. Normally, the applet is independant

Impossible to use multi threading with Tomcat by using a DLL ?

2008-01-18 Thread Claire Dugenet
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

Re: Impossible to use multi threading with Tomcat by using a DLL ?

2008-01-18 Thread Claire Dugenet
threads as far a i know! Claire Dugenet a écrit : 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