law icon indicating copy to clipboard operation
law copied to clipboard

Add shim for gfal2 interface using subprocess

Open riga opened this issue 5 years ago • 1 comments

In some environments, gfal2 and its python bindings might require manual hacks to run. It might be useful to have a shim that transfers the gfal2 API calls to a subprocess running the python bindings in a customizable environment.

@yrath

riga avatar Jul 01 '19 17:07 riga

The remote file interface has been abstracted in 0bc7e34, and specialized again in the GFALFileInterface. The next step would be to create an other interface that uses a running subprocess.

riga avatar Mar 15 '21 21:03 riga