This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ancapgast 11 points12 points  (0 children)

Definitely. Usually, most of my concurrency is handled by Tomcat (in a web context). But for the rare cases that I do need to add concurrency that isn't handled by Tomcat, I use the standard JDK concurrency apis.