All Tags »
dRS replication hibernate concurrent (RSS)
Sorry, but there are no more tags available to filter with.
-
toubsen:1 - Do not open more than one dRS replication session against the same RDBMS concurrently. Otherwise data corruption will occur.Prinzipiell müsste ich dazu eine Art zentralen Locking-Mechnaismus implementieren, damit dieser Zustand nicht auftritt.2 - When dRS is in progress, do not modify the data in the RDBMS by using SQL or Hibernate. ...
-
Hallo,ich evaluiere gerade das db4o replications system (dRS), da ich es unter Umständen gerne in einem Projekt einsetzen würde (Eclipse-RCP Clients, offlinefähig mit Synchronisation gegen eine zentrale SQL-Datenbank).Im Tutorial zu dRS habe ich unter dem Abschnitt ''5.3 ...