I'm working with PHP using java object (currently on NT, hopefully on to solaris/linux). Is a separate instance of the jvm started for each call to the "page"/script? If I have 50 users hitting the page at once, I don't want 50 instances of the jvm started.
Thanks!
Mark