[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-6104; slow Seam deployments

scott.stark@jboss.org do-not-reply at jboss.com
Wed Nov 5 18:52:25 EST 2008


We have to ship with something better than this as the default. Its just a question of what. Ales posted:

"alesj" wrote : 
  | This is something we need to discuss, as in which impl to use:
  | 
  |   | (1) Weak ref
  |   | (2) Soft ref
  |   | (3) LRU
  |   | (4) Timed
  |   | 
  |   | I would either go with
  |   |  - (1) + proper strong ref on this: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=145039
  |   | We keep the most used one's via strong ref on VFSInitializer,
  |   | but let other temps be GCed asap.
  |   | 
  |   |  - (4) with limit long enough to do common apps deployment triggered upon this cache
  |   | We make the timed limit long enough that most of apps make advantage of this vfs cache,
  |   | once initialization period is over, flush it all. 
  |   | 
  | [/qutoe]
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187131#4187131

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187131



More information about the jboss-dev-forums mailing list