Re: [transfer-dev] Transfer v.s. CF 9 ORM

2009-11-21 Thread Bob Silverberg
That is true, that only one datasource can be used, but it is not true that only one database can be used. There are ways to access more than one database via a single datasource. Terry Ryan has written about it here:

Re: [transfer-dev] Concept Question: Do net.sf.ehcache.CacheManager instances go away or is there a way to manually get rid of them?

2009-11-21 Thread Mark Mandel
The CacheManager should be garbage collected. What exactly is the problem you are seeing OutOfMemory errors? Mark On Sun, Nov 22, 2009 at 8:37 AM, gabriel dor...@gmail.com wrote: Disclaimer: Not a java person A. I have a coldbox app and every time I reinitialize the application, a new

Re: [transfer-dev] Concept Question: Do net.sf.ehcache.CacheManager instances go away or is there a way to manually get rid of them?

2009-11-21 Thread Dorioo
Yeah. Basically I reinit the app, load a page that has transfer objects (12-36 of them) and repeat for about 30 minutes. 1. With Pluggable Cache: -XX:+HeapDumpOnOutOfMemoryError dumped out a heap file and below are some values from MAT dominator Class: net.sf.ehcache.CacheManager Retained Heap:

Re: [transfer-dev] Concept Question: Do net.sf.ehcache.CacheManager instances go away or is there a way to manually get rid of them?

2009-11-21 Thread Mark Mandel
So if you look at a EHCacheManager with respect to it's GC roots - what is holding it in place? Mark On Sun, Nov 22, 2009 at 4:57 PM, Dorioo dor...@gmail.com wrote: Yeah. Basically I reinit the app, load a page that has transfer objects (12-36 of them) and repeat for about 30 minutes. 1.