I work at Terracotta (
http://www.terracotta.org) ? a cool open source technology that provides
java clustering as a service of the runtime.
We use Jforums on our own forums and as part of a
test, I clustered Jforums without changing any code by declaratively stating what needs to be clustered ?(see attachments)
Something like:
<roots>
<root>
<field-name>net.jforum.cache.DefaultCacheEngine.cache</field-name>
<root-name>theCache</root-name>
</root>
</roots>
Is anyone in the community today experiencing any pain today around JForum's existing clustering capabilities - if so please enumerate and we could see if solving the clustering problem with TerraCotta might be helpful or not. (To cluster with TC, you can download it at
http://www.terracotta.org and
exchange notes with me on how i set up the clustering with just config: tc-config.xml and no code changes) ...Cheers.
[originally posted on jforum.net by zeeiyer]