Changes

Jump to navigation Jump to search
274 bytes added ,  13:19, 24 May 2018
no edit summary
===Requirements===
BaseX is platform-independent and runs on any system that provides an implementation of the [http://www.java.com Java Runtime Environment (JRE)].:* Since <b>Version 9.0</b> of BaseX, Java 8 is required. BaseX * Since <b>Version 8.x works with </b>, Java 7, and previous is required.* Older versions were are based on Java 6.
BaseX has been tested on several platforms, including Windows (2000, XP, Vista, 7), Max OS X (10.x),
===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