Is it possible to run embedded AND client server derby database at the same time?

僤鯓⒐⒋嵵緔 提交于 2019-12-11 19:41:47

问题


Background: I am about to enhance an existing application. This application uses already derby.

For an other use case I want to use derby, too.

Is it possible to run embedded AND client server derby database at the same time?


回答1:


Yes, you can do this. We call this "Embedded Server", and you can find more details here: http://db.apache.org/derby/docs/10.10/adminguide/cadminov17524.html




回答2:


Not it is not possible to run the derby in both the modes at the same time. But if you run derby in the network or client/server mode then both your local and remote applications can access the databse. Remote applications means, applications running in different JVMs on the same machine or on remote machines.



来源:https://stackoverflow.com/questions/17044388/is-it-possible-to-run-embedded-and-client-server-derby-database-at-the-same-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!