Yes, having each one in a separate node will allow you to lock each key/value pair separately - if that is what you want to achieve.
Re: dummy objects, you may as well leave them there since a put() when the key/value already exists is faster than if it didn't exist, plus you don't have to incur the cost of a remove. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158312#4158312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158312 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
