|
|
Browse by Tags
All Tags » client/server » EmbededClient (RSS)
-
I think the downside will be scaling and clustering. Lets say I got more than 1 Application server, so I need to switch easily from embedded mode to c/s mode. Before the changes this switch was possible. But now I have to implement two different ConnectionPools. And in case of 1000 different user (with different schema) use the Application within ...
-
Hello Carl,
as mentioned in the documantaion of db4o, I use separate database files to get an ''easier rights management'' and to achieve the ''better performance of smaller individual database files''. So every user get his own database.
For this usecase (where I don't know every existing user at deploy time), the approach of switching the ...
-
Hello Carl,
can you bring some light on the new EmbededClient? With the current svn version the ObjectContainer returned by server.openClient() does no longer implement ExtClient. This breaks code I currently use, because in EmbededClient there is no more possibility to switch the server file.
here is a conversation I got with Andrew
...
|
|
|