B
B
beduin012021-09-02 15:09:34
Windows
beduin01, 2021-09-02 15:09:34

Does it make sense to design an application as a Windows Service?

Is it really worth making the application a windows service? What benefits can I get from this? The application, by design, should always be active. Or is it just worth adding to autorun?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Grishin, 2021-09-02
@vesper-bot

If the application does not require interactivity (a la dialog boxes), then yes, it is better to provide the ability to run it as a service. Pluses, in particular, automatic restart when it crashes, no need to login to the computer where it was installed, minuses in more complex debugging (stdout? what else stdout?) and the need to more specifically describe the interaction with the application.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question