Walaa wrote:
LLBLGen Pro is working in a disconnected fashion.
Please the documentation's section: Concepts -> Stateless persistence
I read the section too, but I wasn't really sure. You are relying on the concurrency system then ?
Let say you have this scenario: userA has a snapshot of an object tree at 12:00 and another userB take the same snapshot at 12.01. UserA updates the object tree at 12.02 and userB updates at 12.03 while userB had the object tree still in memory(not having the updates from userA).... What will be the outcome here?