JVM

Hi,

We are trying to use JNI to call JAVA from C. Creating the JVM is taking lot of time. Can we have one JVM and shared by all other jobs or processes? Our C program is being called by different jobs. This C calls JAVA. We are wondering, if we can some how create a JVM at the begenning so that whenever a C program needs it, it can pass the JVM pointer to the C. Is this possible?

Thanks,

Satish.

[430 byte] By [MSatish] at [2007-9-26 10:27:48]
# 1
Anything is possible.How much money and time are you willing to spend?It would probably be easier (less time and money) to create a 'server' and send requests from the other processes for it to process.
jschell at 2007-7-1 22:43:26 > top of Java-index,Java HotSpot Virtual Machine,Specifications...