Skip to content

What if the filesystem implementation just made calling the client API functions easy? #38

@korydraughn

Description

@korydraughn

The IRODSFilesystem implementation attempts to follow the C++17 standard by performing various checks before invoking the iRODS API (e.g. rcDataObjRename). The server likely performs those checks already, so clients pay the penalty of those checks twice.

Let's investigate just calling the rc-functions directly?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions