TGSM in Services

Hi,

I'm developing a NT service with TGSM. From TGSM source code, in procedure TGSMAsyncThread.Execute; I see a call

Synchronize(cmRxChar);

Because the service that I developing is not interactive (no VCL) so I see no reason to call Synchronize. Is that right?

Thanks you for your support.

Depends on implementation

It depends if you want to implement message-loop in service but probably you need not call Synchronize() anyway.

I rechecked it see also

I rechecked it see also http://www.2p.cz/cs/node/1343