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

Make input streams buffered and close them after use #114

Closed gbehrmann closed 10 years ago

gbehrmann commented 10 years ago

Several input streams were unbuffered and others were not closed after use.

This fix has taken one to two seconds off a simple srmPing invocation.

kofemann commented 10 years ago

and what about master?

gbehrmann commented 10 years ago

I will submit one for master too.