jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

Fix potential thread leak #29

Closed romainreuillon closed 12 years ago

romainreuillon commented 12 years ago

Those methods should be synchronized to avoid TaskThread being initialized multiple times in case of concurent access. It would lead to a thread leak.

bbockelm commented 12 years ago

Good catch! Thanks for your contribution.