I have an ecommerce site that is written in PHP. At then end I send the the orders to a warehouse over a VPN using some Java API's (API's are well tested and I know that they are not the issue). The trouble is that the remote admin is noticing multiple connections through the VPN. My question is does the new Java() call create a new JVM everytime. Some insight into how exactly the Java calls in PHP actually work would be very helpful.
Bill