Markus Holmberg wrote:

> Does WebWork have any caches? (Prohibiting garbage collection of
> application specific objects, which in this case can contain large
> amounts of data)


There are some class/method caches, but that should be all. We've tried 
to avoid caching of objects/actions, since that should not be needed 
with modern VM's.


Can you create a minimal test-case? Can you avoid other possible causes (e.g. 
incorrectly used JDBC connections etc.)?


/Rickard

-- 
Rickard Öberg
Author of "Mastering RMI"
Chief Architect, TheServerSide.com
   The Middleware Company - We Build Experts!


_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to