jtanx opened a new issue, #4753: URL: https://github.com/apache/arrow-adbc/issues/4753
### What feature or improvement would you like to see? I know that the docs mention that in general concurrent access should be serialised but it also mentions that specific implementations may permit multiple threads. It would be nice if this supported concurrent connection creation/release as otherwise maintaining a pool of connections requires creating/releasing to hold a mutex. I think it should be trivial to do in this case, it just requires changing open_connections_ to be atomic -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
