Hi Berin, > From: Berin Loritsch [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 6:46 PM [...] > I can apply the diff, but be advised that the Map *MUST* manage > synchronization itself. If you do not use a StaticBucketMap, > you need to use a Collections.synchronizedMap() for your system.
I was not sure about that, because the code modifying the map runs synchronized *UNLESS* you have lazy components. Then you *MUST* use a synchronized container. At least, that was my impression looking at the code. Naturally the current implementation must be prepared. Regards, J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
