You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as hypothized in our previous issue ticket downloads are not thread safe. If I start a second download shortly before the first is finished, the second download fails with a "500 - Sever Internal Error", since the cached file got deleted by the first download thread.
Since irods-rest is not available anymore and irods_client_http_api does not (yet?) provide ticket access, at least I didn't find it, we rely on metalnx ticket access to provide public access to scientific data.
Thanks & kind regards,
Jörg
The text was updated successfully, but these errors were encountered:
That will get you streaming - so if you want parallel performance, you'll have to manage multiple threads with offsets on the client side (at the moment). Good ideas welcome for how to make that better.
Hi Terrell, but irods_client_http_api is only possible with authentication, if I get it right. How about anonymous access to data published via tickets? Or did I again oversee something?
Dear Kory and colleagues,
as hypothized in our previous issue ticket downloads are not thread safe. If I start a second download shortly before the first is finished, the second download fails with a "500 - Sever Internal Error", since the cached file got deleted by the first download thread.
Since irods-rest is not available anymore and irods_client_http_api does not (yet?) provide ticket access, at least I didn't find it, we rely on metalnx ticket access to provide public access to scientific data.
Thanks & kind regards,
Jörg
The text was updated successfully, but these errors were encountered: