Cluster Replication Mechanism
Status: Beta
Brought to you by:
pents90
Hi.
I'm considering using a combination of
hibernate/SwarmCache/HSQLDB to create a clustered
cache of data with no persistent storage. In this
configuration, I would expect that the cluster
replication of the data would be done by the
SwarmCache.
My question is whether the mechanism to replicate the
data relies on threads.
I hope to use this in a weblogic cluster. Weblogic
performs particularly badly in the presence of non-
weblogic threads spawned inside the jvm. I would like
to ensure that this configuration does not spawn
threads unknown to the weblogic scheduler.
Thanks for any information you can provide on the
replication mechanism,
Scott