From: Thomas W. <tc...@to...> - 2011-01-25 11:36:34
|
Hi, > I just noticed that even iaik.tc.tss.impl.java.tddl.TcTddl is > implemented as singleton. Doesn't that make it impossible to create > different TPM connections inside the same runtime JVM? Well - not impossible but probably a lot of work (not sure how much). It was never the intention of the jTSS design to run multiple TCS instances in one single JVM. But you have all the jTSS source so if you really need that feature... ;-) I still have not understood why you need several TCS instances in one single JVM. I can understand that you might need several connections to different TCS instances running in different JVMs. From your application's point of view this does not look very different than the (hypothetical) case of multiple connections to different TCS instances in the same VM. And that's something that should be doable with jTSS without much effort. Regards, -- Thomas Winkler mail: tc...@to... |