Suggest a open source project which heavily uses java concurrency utilities?
Posted
by user49767
on Stack Overflow
See other posts from Stack Overflow
or by user49767
Published on 2010-04-26T03:21:02Z
Indexed on
2010/04/26
3:23 UTC
Read the original article
Hit count: 244
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.
© Stack Overflow or respective owner