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 » performance » Client/Server   (RSS)
  • 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
  • C/S Batching behavior for Insert/Update

    Was wanting to verify my assumption on the performance cost of Container.Set(obj) multiple times on the same object (new or existing) when I've set batching to true and haven't called commit.  I would assume that db4o doesn't issue an insert + updates for subsequent calls to Container.Set(obj) to the server, correct?  Depending on the ...
    Posted to db4o User Forum (Forum) by srdemart on April 25, 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: First ObjectSet over BTrees code running (#COR-209), thoughts on next steps?

    ...and yes, Eric, server-side configurable snapshots to load the full index at once does make sense. That's actually really easy to implement, the new HybridQueryResult already has the functionality to do this with just one call. Good suggestions! I think we want another configuration switch and I think we want the client to manage on a ...
    Posted to db4o Product Developer Forum (Forum) by Carl Rosenberger on November 7, 2006
  • Tuning C/S and update IO in general

    Hi, it's nice to see the C/S discussion getting going! Here is a completely different angle for tuning performance: What if we would store the byte slots of all YapObjects (References) that we hold in memory? That way we could do a compare on updating and store only the ones that changed. The mechanism could be optimized on a more fine-grained ...
    Posted to db4o Product Developer Forum (Forum) by Carl Rosenberger on October 27, 2006