Aurelius with multiple threads

Hi,

wich parts of Aurelius are threadsafe so I can share them between multiple threads?
Is it possible to share a connection or an objectmanager or do I have to create both for every thread?

Regards,
Michael

Hi Michael,

connection is thread safe as long as the underlying adapted database component (FireDac, dbExpress, ADO, UniDac, etc.) is thread safe - which they usually are.
TObjectManager is not thread safe and you should create one manager for each thread you manipulate Aurelius objects.