|
|
Browse by Tags
All Tags » client/server » Events (RSS)
-
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 ...
-
srdemart:
Sorry, but I'm not quite following you. If a client issues a cascading delete on a root object containing 10,000 objects (config'd to cascade down the full graph). And I have a external listener attached to ''Deleting'' on the client's ObjectContainer, won't the ObjectServer send 10,000 calls to the client listener? ...
|
|
|