Skip to content

Nitrite/Java: Distributed application #32

Answered by anidotnet
flatlanderer asked this question in Q&A
Discussion options

You must be logged in to vote

Nitrite is an embedded database, only a single process at a time can access the database file for read and write operation. Once the database file in opened in a process, other process cannot open the file. But in a single process the database can be accessed by multiple threads.

Nitrite is not like traditional server side database system, it does not comes with a database server. Here the idea is that the database system is embedded in your application as a library. It is ideal for mobile application or desktop application or small server side application where only one instance is accessing the database.

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by anidotnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
nitrite-java Nitrite for Java
2 participants