I have a similar problem to Nicholas.  I am using hibernate and have
identified 46 classes to use JCS caching.  I have 46 ElementEventQueue
threads running in my application.  My cache.ccf is much simpler than
Nicholas', and setting the MemoryShrinker to false has no impact on the
threads existence/behavior.  I use my own implementation for the memory
cache (just a wrapper around HashMap) because of the memory leak problems
with LRUMemoryCache, but I had the same behavior of the ElementEventQueue
threads when I was using LRUMemoryCache.

Any other ideas as to why these threads exist and how to get rid of them (if
they aren't doing anything useful).

Sarah Hand

------------------------

Here's my cache.ccf:

# DEFAULT CACHE REGION (memory cache)
jcs.default=
jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
jcs.default.cacheattributes.MaxObjects=20000
jcs.default.cacheattributes.MemoryCacheName=org.ets.k12.persistence.cache.JC
SMapCache
jcs.default.cacheattributes.UseMemoryShrinker=false
jcs.default.elementattributes=org.apache.jcs.engine.ElementAttributes
jcs.default.elementattributes.IsEternal=false
jcs.default.elementattributes.IsSpool=false
jcs.default.elementattributes.IsRemote=false
jcs.default.elementattributes.IsLateral=false




************************************************************************** 
This e-mail and any files transmitted with it may contain privileged or 
confidential information. It is solely for use by the individual for whom 
it is intended, even if addressed incorrectly. If you received this e-mail 
in error, please notify the sender; do not disclose, copy, distribute, or 
take any action in reliance on the contents of this information; and delete 
it from your system. Any other use of this e-mail is prohibited. Thank you 
for your compliance.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to