-1

I'm using Berkeley DB Java Edition(6.3.8), but I'm not sure if the database is supposed to be accessed by one JVM instance. Can two JVM instance access it simultaneously(assume one instance do put and get, and the other do get only)?

4

1 に答える 1

0

いいえ、BDB-JE は組み込み可能なデータベースであり、アプリケーションを実行している JVM 内で実行され、この JVM からのみアクセスできます。

http://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.htmlを参照してください。

于 2015-06-14T18:21:47.450 に答える