|
|
Browse by Tags
All Tags » performance » Client/Server (RSS)
-
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 ...
-
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 ...
-
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 ...
-
...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 ...
-
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 ...
|
|
|