Performance issues using CAS COM bridge

Hi,I have a question for anyone who has produced an application using the CAS COM Bridge.With every call to the Java class, do we create a new JVM, an if so would this not lead to performance problems if we have multiple calls to the Java class ?thanksPaul
[298 byte] By [knoxor] at [2007-9-26 2:05:46]
# 1

While I haven't written anything production-strength, I've looked into used the CAS COM bridge. And I don't think that you'd need to create a JVM for each call into a Java object. If you were going to use it frequently (for example, to call into Java Business objects from a non-Java client), you could create the Java Machine and hold the reference to it (keeping it open). Then, reuse the same JVM for the multiple calls.

If you're coming at this from a scripting point of view, I haven't explored that much. But there are some new classes in version 4 of the CAS COM Bridge that address this.

Hope this helps,

Ed

ehillman at 2007-6-29 8:51:09 > top of Java-index,Desktop,Deploying...