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 » client/server » Marshalling   (RSS)
  • Re: c/s design: separate db4o logic from db4o client?

    Brand.zhang:But the point here is whether we should separate database logic from client. I think everybody agrees we should modularize as much as possible. It rather boils down to the question whether it makes sense to do a green field design for a hypothetical standalone C/S marshalling protocol, or whether we just agree that we have to live ...
    Posted to db4o Product Developer Forum (Forum) by Patrick Roemer on October 29, 2006
  • Re: Serialization of a native query

    chrisdrop:In c/s mode - native queries are sent to the server to be processed I believe. If a Predicate instance can be optimized to SODA on the client, the optimized SODA query will be passed on to server. Otherwise the Predicate will be wrapped inside a SODA Evaluation that will be passed to server. There currently is no notion of native ...
    Posted to db4o User Forum (Forum) by Patrick Roemer on October 29, 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
  • Re: c/s design: separate db4o logic from db4o client?

    Brand.zhang: Carl Rosenberger: Allow me to play devils advocate on this one: If the clients don't know how to serialize objects into some kind of binary format (slots), how will you send them to the server and back? The questions is: Is the binary data sequential, like a byte stream, or inconsecutive like slot1, slot2, slot3 ... ? The ...
    Posted to db4o Product Developer Forum (Forum) by Patrick Roemer on October 27, 2006