On Nov 2, 2011, at 13:33 , Balazs E. Pataki wrote: > Hi, > > I had a similar issue (also with ID generation), and I would be also > interested in a solution, or how synchronizations should be done to > avoid deadlocks like this in the transaction.
Have you considered using IDs that can be generated without consulting the database, or even in-VM synchronization? E.g. UUID, GUID or VMID. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

