iRODS is a distributed system that enables users to manage data stored geographically across disparate storage technologies. iRODS achieves this by redirecting client requests to the appropriate server. This happens automatically and does not require interaction from the client or admin.
The following is true after a redirect of the client request:
- Server-to-Server connections persist after creation for the lifetime of the agent
- Server-to-Server connections represent the user who triggered their creation
- Server-to-Server connections are disconnected on agent shutdown
- agents do not see ALL changes to policy
- why
- improve performance by avoiding tcp connection startup/shutdown
- target audience is developers building irods client which runs as a server
- how
- create multiple client connections
- use
rc_switch_userand optionallyrc_check_auth_credenticals