Thank you!
No, that will not be a problem here.
This is not a REST-type of application, it creates a "big" DM for each users session server side and then the session is ClientDM <=> ServerDM intensive.
And for the record it's working very well hitherto
The RTC message/thread/syncing stuff is really amazing. I can remove callbacks and "Application.ProcessMessages" that was needed previously when a similar setup was used w/o RTC and remoting (yes, yes, i know, NEVER call anything like ProcessMessages from within an RTC event). It actually looks like the Client's UI will behave better and more responsive because of RTC SDK's clear and well written event driven model.
---
I'm not finding very much in the forum on LinkedModules.
One thing i'd like to ask; is the general idea that i should use the TRtcLinkedModule's events and procedures for communication (i.e. calls, properties and events) *only* or could i put another client module with a function group on the same TDataModule that hosts the TRtcLinkedModule. I could try it myself of course... but, i must admit that i do not have a 100% clear idea about functiongroups and modules. Feel free to move this to a new topic.
TIA,
/D