10-31-2019, 08:58 AM
Hi Dan,
of course you can expose it via a web service (or using a content handler too).
In that particular case I was considering other ways of implementing it like inter-process communication, mapped memory or something like that. If you are going to expose an administrative interface, I'd just take some extra care regarding user access and security.
of course you can expose it via a web service (or using a content handler too).
In that particular case I was considering other ways of implementing it like inter-process communication, mapped memory or something like that. If you are going to expose an administrative interface, I'd just take some extra care regarding user access and security.

