10-03-2019, 02:17 PM
I dont believe the Delphi service classes are designed to provide 2 services from a single exe. ServiceName is a parameter I think in the Delphi service classes and likely needs updated to match during install. Its been many years since I've touched the Delphi service code.
However if you instead simply need to provide 2 distinct Indy servers, or one that listens on 2 ports at the same time that is easy to do.
However if you instead simply need to provide 2 distinct Indy servers, or one that listens on 2 ports at the same time that is easy to do.