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 » Client/Server   (RSS)
  • Events in Client/Server mode

    Ok, either i've found a bug or something is eluding me regarding events. I'm working with 7.4 in java but had the same issue in 6.2...             ObjectServer objectServer = Db4o.openServer(IServerConfiguration.FILE, IServerConfiguration.PORT);        ObjectContainer ...
    Posted to db4o User Forum (Forum) by roypa on September 6, 2008
  • Using IP address for remote client

    Hi all  i have a remote server and i want to access it by it's IP address. my code is like thisObjectContainer db=Db4o.openClient(''192.168.0.10'',1212,''admin'',''123456''); unfortunately my program wait in that line for ever. i try to work with it in local server computer with host name ''localhost'' and everything is ...
    Posted to db4o User Forum (Forum) by greenday on January 7, 2008
  • Re: Newbie questions about db4o & large datasets...

    Edwin, Thanks for your reply and suggestions. I will look more closely in the reference documents... I also tried to incorporate your Configuration suggestions. My server code now reads:             Configuration config = Db4o.newConfiguration();           ...
    Posted to db4o User Forum (Forum) by jcubeta on December 19, 2007
  • server

    A couple of days after I posted this, http://developer.db4o.com/forums/thread/42098.aspx, it seems that the server is just taking all cpu when clients die unexpectedly. So, is db4o c/s just unusable in production environments?
    Posted to db4o User Forum (Forum) by ymajoros on October 2, 2007
  • 100% cpu in client-server when database not closed on exit

    Hello,   Sorry for the new thread, but the first one I posted became somewhat unclear. In client-server mode, it seems that CPU is going to 100% on the server thread when some client exits without closing its connection. I think, if this is right, that it is a very annoying problem, as this is something that always could happen ...
    Posted to db4o User Forum (Forum) by ymajoros on September 29, 2007
  • 100 % cpu on client close with client-server

    Hello, Today, I tried the networked client-server db4o flavour. It seems to work great for most things, but one: when my (swing) client is closed, cpu usage is going to 100% (or 50%, dual core) :-( . It isn't the case when the client is running, everything seems to work as planned. If, on the server, I do a ...
    Posted to db4o User Forum (Forum) by ymajoros on September 29, 2007
  • Re: Native Queries in Client Server

    Okay, I finally figured out what the problem was with my NQ in Client/Server.  It basically came down to the anonymous inner class and how DB4O sends the query over the network to the server.  It wasn't able to serialize it correctly, so the query didn't work.  I moved my Predicates out of the dao class and into their own.  ...
    Posted to db4o User Forum (Forum) by bmg125 on August 3, 2007
  • Re: A word about db4o

    Daniel Ferreira Jorge: Is db4o reliable to be used in a website with this much concurrent users? Certainly. It's a question of architecture. If you're dealing with a sustained load of > 1 request per second, then you really need to be thinking about what alternatives you can take to make your environment scale by leaps ...
    Posted to db4o User Forum (Forum) by afcowie on December 8, 2006
  • Re: Java Server .Net (C#) Client

    After one week I'm back to work. But I still don't know how to solve my problem. I would appreciate it, if someone could provide some demo code. Thanks in advance.
    Posted to db4o User Forum (Forum) by Luckie on November 20, 2006