|
|
Browse by Tags
All Tags » Java » connection (RSS)
-
Hi,
I have another issue with the client-server environment. It seems that the connection between my client and the db4o server are never actually closed. This soon causes a ''Too many open files'' Exception on my system.
I'm using the db4o 6.4 version 6.4.54.11278, both the client and the server run on the same machine (all using Java 1.6 / ...
-
Hello,
I want to use an embedded server. The test program itself seems to do it. But the ObjectServer can't be closed.
This is the code:
ObjectServer s = Db4o.openServer(''foo2.dat'', 0); ObjectContainer d = ...
|
|
|