|
From: Leif M. <le...@ta...> - 2005-06-07 14:39:29
|
Ralph, I can't rule anything out at this point, but the error is that the java.exe is not able to load the jvm.dll for some reason. The first several times it works, so it can't be a file permissions problem. That leaves a handle problem. All sockets, files, etc require handles to be opened on Windows. Not sure why that would be much different if you are using the Wrapper vs not. The Wrapper process uses far fewer handles than the java processes. ??? I'll give this some thought. Leif Ralph Schreyer wrote: >Hi Leif, > >even when the 100 JVMs are launched as child processes from a single JVM via Runtime.exec, >I encounter no problems. > >Could it be that the pings of the JVM by the wrappers are problematic when starting more and more wrappers? Just a guess ... > > >Cheers > >Ralph > > |