TennyZhuang opened a new issue, #5327: URL: https://github.com/apache/opendal/issues/5327
### Feature Description - Some storage backends can be accessed by many processes and they are usually a service. - Some storage backends can only be accessed by the current process and they are usually an embedded engine. Maybe we can differentiate them by adding a new capability. ### Problem and Solution What's the best name for the capability? * share_access: not good since some backends can be accessed from different threads but not different processes, such as dashboard. * multi_processing_access: a little long ### Additional Context #5324 was blocked by the capability ### Are you willing to contribute to the development of this feature? - [X] Yes, I am willing to contribute to the development of this feature. -- 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]
