开发者

Embedded Java database allowing concurrent reads from different JVM instances?

开发者 https://www.devze.com 2023-03-07 02:58 出处:网络
Is there an embedded Java RDBMS that suppo开发者_高级运维rts multiple concurrent readers from different JVM instances?You could try HyperSQL for instance, it may be deployed as a standard SQL serverDe

Is there an embedded Java RDBMS that suppo开发者_高级运维rts multiple concurrent readers from different JVM instances?


You could try HyperSQL for instance, it may be deployed as a standard SQL server


Derby has a network mode, as do most of the embedded Java database solutions, but then it ceases to be purely embedded. You can also use JNDI in a J2EE container to share references to embedded databases like Derby amongst separate Web Apps.

0

精彩评论

暂无评论...
验证码 换一张
取 消