collection « Thread « Spring Q&A





1. Share thread-safe set over multiple classes    stackoverflow.com

This question relates to one of my previous ones. I'd like to have a thread-safe set which I can access and modify in various classes, some Runnables and some not. According to ...

2. "failed to lazily initialize a collection" in multi-threaded application    forum.springsource.org

"failed to lazily initialize a collection" in multi-threaded application I am attempting to launch multiple processes in Spring that store data in a database using threads (gmatthews, thank you for your ...