T
T
trauus2020-02-21 21:26:14
.NET
trauus, 2020-02-21 21:26:14

How to convert a single-user service to a multi-user one?

There is a Windows service, it is installed on the client's PC, it executes requests that it takes from the server. One service per PC. The service is configured with an ini file.
There was a task to serve 10-30 clients from one PC.
I see this option: make an add-on in the form of a launcher that will start when the service starts, read the config and run the required number of modules. You will also need a tool to monitor the status of running modules and configure them.

There is a feeling that I am reinventing the wheel, maybe there are ready-made tools for such tasks? Or can it be done in some other way?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question