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

Support multiprocess access #96

Open
ikrivosheev opened this issue Aug 20, 2024 · 3 comments
Open

Support multiprocess access #96

ikrivosheev opened this issue Aug 20, 2024 · 3 comments
Labels
question Further information is requested

Comments

@ikrivosheev
Copy link

Question

Hello! Thank you for the great project! Do you have any plans for support multi process access to database?

@ethe
Copy link
Member

ethe commented Aug 20, 2024

Tonbo will support multi-process read-only access. However, removing the restriction of single-process write is a complex issue, and we may not have the resources to tackle it right now. Therefore, Tonbo should support multiple-process read and single-process write. What do you think about this approach? I look forward to your feedback. Thanks!

@ethe ethe added the question Further information is requested label Aug 20, 2024
@ikrivosheev
Copy link
Author

@ethe thank for the answer. I think it will be great if I can write from multi-process but by using lock over fs and database can give me some guarantees)

@ikrivosheev
Copy link
Author

#98 is what I need) Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants