Thank you for your quick response.

Initially the setting was synchronized. This was causing areas of the cache to 
lock up. I tried READ_UNCOMMITTED but the write lock still occurred.

I've set up an eviction policy against a region ( REGIONA ) and initially I was 
using
put("REGIONA", "key1", Object1)

to put items in the cache. I expected each item to go into a seperate node 
...but the eviction behaviour suggests differently.
...and lots of locking errors occurred.

changing the code to
 put("/REGIONA/key1", "key1", Object1)

appears to behave the way I expect with each item having its own lifespan.

Could this have also been causing my locking problem? Was I putting all the 
objects into one node?

This locking only happens in live ...so I cannot really 'try it just to see 
what happens. Customers complain.

Neil

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to