IntelliJ Java IDE
The moose likes Ranch Office and the fly likes JForum Caching techniques Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » This Site » Ranch Office
Reply Bookmark "JForum Caching techniques" Watch "JForum Caching techniques" New topic
Author

JForum Caching techniques

Ananth Durai
Greenhorn

Joined: Jan 12, 2012
Posts: 2
I am working on a large migration project from phpbb to JForum. I am using version 2.1.9. In terms of caching techniques, there is no clear documentation about how long the objects getting cached. JForum in build using default caching techniques, but it has implementation for EHCache as well as JBoss Tree. But what is the best caching practice do JForum recommends. As far as I can see all of them are in-process caching techniques. I fear that may trigger frequent garbage collection. In case I opt of out-process caching techniques like memcached or Terracotta, which one should fir in to the bill? I can see on 2.1.9 no ehcache.xml!!!

Any advice from your experience with JForum?


Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 23645

We haven't had any problems with garbage collection.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Certs: SCEA Part 1, Part 2 & 3 & Core Spring 3, OCAJP
 
 
subject: JForum Caching techniques
 
Threads others viewed
possible jforum future features
Jforum install problems on godaddy
Error after integrating JForum
JForum nice urls (as on Java Ranch)
Trouble Installing JForum on VPS
MyEclipse, The Clear Choice