Changes

Jump to navigation Jump to search
263 bytes added ,  15:23, 20 May 2018
===Concurrent Operations===
If you plan want to perform parallel (concurrent ) read and write operations on your databases, you must use the client/server architecture or deploy BaseX as web application. You can safely open a database in different JVMs (Java virtual machines) for read-only access, and you will not encounter any problems when reading from and writing to different databases, but update operations from different JVMs to the same database will be rejected or may even lead to corrupt databases.  For example, if you only read data, you can easily run several clients (standalone, GUI, database clients) at the same time. If you update your data, however, you shouldn’t use the GUI or a standalone instance at the same time. More details on concurrency are found in the [[Transaction Management]] article.
=Standalone=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu