Suggest a open source project which heavily uses java concurrency utilities?
- by user49767
I have done good amount of Java programming, but yet to master Threading & Concurrency. I would like to become an expert programmer in threading & concurrency. I have also took a short at Tomcat code, I was able to understand, but looking even more complex project.
Could you suggest any open source project which heavily uses java threading & concurrency utilities?
Note : I have also reading java.util.concurrent package source code, but eager to learn from Application perspective, than creating my own threading utilities.