there are two queues in a Region: nodeQueue and eventQueue. i understand that the BoundedBuffer is thread-safe. however, since there are two queues that are being operated on, it seems like there is a potential race in Region.putNodeEvent and LRUAlgorithm.processQueues. is there a bit of higher-level synchronization going on that i don't see?
thanks for any insight. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845783#3845783 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845783 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
