Delphi RO server on Linux

Hi,

We want to develop an RO server which runs as a daemon on Linux OS in Delphi.
Do you have any sample application or tutorial which could help us in this development?

Thanks and best regards

Hi,

You can use Command Line Server template for creating RO console server for linux.

Delphi 10.2 doesn’t support the creation of a Linux Daemon with an application template, so you have to build one for yourself using directly Linux system calls.

pls review Building a (real) Linux daemon with Delphi article for more details

Thank you very much