db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Java » connection   (RSS)
  • connections in C/S environment are not closed

    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 / ...
    Posted to db4o User Forum (Forum) by Peter Schübel on September 11, 2008
  • Closing Embedded Server

    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 = ...
    Posted to db4o User Forum (Forum) by tukaram on January 29, 2007