On 1/11/06, Baker Hughes <[EMAIL PROTECTED]> wrote: > That's wild, a separate JVM for each thread? I thought it was been slow > to load but... > So, I just kicked off a runLPClientTest.sh and set the thread count to > 18. > Then from another session I did 'ps -eaf | grep java' > Only 1 process was spawned. Doesn't this mean just 1 jvm?
I don't know what their Java code is doing, and I haven't seen your test script. I was cautioning you against executing "java" at the command prompt repeatedly as every time you do that, it creates a JVM. > They have a C API as well. Do you think that would be faster/thinner? > I see now, UV is much more prepared to do a C call, than a Java call. Problem solved. (There should be sample code in the same general area you looked for the other samples.) > In-house talent pool was leaning us toward the Java API. When all you have is hammer... ;) (Did you notice that I went straight for the Servlet/HTTP solution? To me... everything's a web service.) -- Wendy ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
