You are not logged in.
Pages: 1
Hi,
Is it possible ?
(I know about multithreading, but we're using COM objects ...)
It's possible in interfaced methods (and they work perfectly for several years now).
Thank you,
Vojko
Offline
You can set the execution mode for method based services in your TSQLRestServer
FServer.AcquireExecutionMode[TSQLRestServerURIContextCommand.execSOAByMethod] := amMainThread;
Offline
Great,
Thank you
Offline
Pages: 1