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

2008-01-19 Thread Claire Dugenet
et, to be able to run JNI, 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,

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

2008-01-19 Thread Claire Dugenet
ervlet in tomcat , 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 cre

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

2008-01-18 Thread Claire Dugenet
t restriction as to what thread natvie code create. > It can even create java 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

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 thr