Any Advice for Threaded Apps (WebBroker)?

I have just started working with Aurelius and wondered if there is anything you should do/be careful of in a multi threaded environment.


In this case it is a Web Broker application and I am using SQL Lite without FireDac.

Any pointers/advice gratefully received

Just use a TObjectManager for each thread, since it's not thread safe. And of course be sure your own code is thread safe. Another good suggestion is that you use TMS XData for server-side operations with Aurelius! :-)

Thanks.