multiple JVM's

Hi,

I have a Java API that I have to integrate with COM and call the API from a VB application.

If I make multiple calls to the Java API do I create multiple instances of the JVM ?

If I do create multiple instances of the JVM is this a large overhead and will it slow the aplication down if I am creating say 100 instances of the JVM ?

thanks

[380 byte] By [knoxor] at [2007-9-26 2:06:26]
# 1
If you create a shell to run java then you run a JVM for each shell.If you use JNI, you can create a single JVM that continues to run until you terminate it or the process stops.
jschell at 2007-6-29 8:52:36 > top of Java-index,Java HotSpot Virtual Machine,Specifications...