Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new feature: new capability shared #5327

Closed
1 task done
TennyZhuang opened this issue Nov 15, 2024 · 1 comment · Fixed by #5328
Closed
1 task done

new feature: new capability shared #5327

TennyZhuang opened this issue Nov 15, 2024 · 1 comment · Fixed by #5328
Labels
enhancement New feature or request

Comments

@TennyZhuang
Copy link
Contributor

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?

  • Yes, I am willing to contribute to the development of this feature.
@TennyZhuang TennyZhuang added the enhancement New feature or request label Nov 15, 2024
@Xuanwo
Copy link
Member

Xuanwo commented Nov 16, 2024

Further discussion took place at #5324.

@TennyZhuang TennyZhuang changed the title new feature: new capability multi_processing_access new feature: new capability shared Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants