Hi All! Can anybody out there answer me this? On Win NT Server, We are using IBM WebSphere 2 Standard Edition, which I believe uses a single JVM on which to run the servlets. That means our static synchronized methods are really single threaded, and no two two servlet sessions can use a static synchronized method simultaneously. If we were to use a servlet engine like WebSphere Pro edition, which has four JVMs if memory serves, would we be able to see an up to four times simultaneous use of static synchronized methods (and safely)? Further, we are using the JNI to access a third party product which only allows a single thread to be using it per NT Process. Would four JVMs map to four NT processes? Further still, can we be sure a single JVM will be assigned to a particular session for its lifetime? Thanks for any answers to these question! Regards Mark Foley ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
