irods / irods_client_s3_api

C++ S3 API for iRODS
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

Create a make_dedicated_connection which does not use the connection pool. #103

Open JustinKyleJames opened 7 months ago

JustinKyleJames commented 7 months ago

Create a make_dedicated_connection routine which always returns a new proxied connection irrespective of whether the 4.2 compatibility flag is enabled. This is so long running tasks do not use up the connection pool.