The use of Aurelius in the thread

Prompt if I do all operations with objects Aurelius in a thread and output to the screen I synchronize, whether there are any nuances at such scheme of work?

How to work in a thread?



Just be aware that TObjectManager is not thread-safe, so you should not use the same manager and same objects from multiple threads without synchronizing them. 

Ie, one thread - one Manager! So?

I don't understand your question?

You want to say that you should follow the following rule: create and use an object Manager in one thread and do not use the same Manager in different threads. Is that right?

Yes.

Hi Vadim,

I use TAureliusConnection at UniMainModule and create/destroy ObjectManager on every form/frame.

Works ok till now.

Regards,
Nikos