Hello - Has anyone else figured out how to improve the prototype bean instantiation performance? I profiled an application that uses prototype beans and the sycnhronize call in the following method is taking up to 80% of the application execution time.
We execute about 200 prototype calls a second from multiple threads and the prototype creation basically grinds the system to a halt.Code:AbstractAutorwireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck
Thanks for any help


Reply With Quote
