Re: [Resin-interest] InjectManager._selfBeanMap should be ConcurrentHashMap?

2010-11-30 Thread Wesley Wu
Thanks, Scott. Would you give out a snapshot and I will do some stress test on it. -Wesley 2010/11/30 Scott Ferguson f...@caucho.com: Thanks. I've fixed it for the next release (changing to ConcurrentHashMap) - Scott Wesley Wu wrote: Or this method sync the wrong map? private SetBean?

Re: [Resin-interest] InjectManager._selfBeanMap should be ConcurrentHashMap?

2010-11-29 Thread Scott Ferguson
Thanks. I've fixed it for the next release (changing to ConcurrentHashMap) - Scott Wesley Wu wrote: Or this method sync the wrong map? private SetBean? resolveAllBeans() { synchronized (_beanMap) { LinkedHashSetBean? beans = new LinkedHashSetBean?(); for