-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
the app has two process,does two process can access the same Realm #4950
Comments
We don't officially support multi-processes right now. However, you will find even the notification works in the multi-processes environment. But there are some limitations on multi-processes support, see #1091 (comment) |
That is that two processes can access the same Realm, but it has some potential issues?? |
Yes, please refer to #1091 to see more details. |
@Wlazly migrations and encryption have issues, basically. |
the Realm java 3.5.0 write"Although Realm files can be accessed by multiple threads concurrently, they can only be accessed by a single process at a time. Different processes should either copy Realm files or create their own. Multi-process support is coming soon."
my app has two processes, does two processes can not access the same Realm?
The text was updated successfully, but these errors were encountered: