Вопрос

I want to have a windows service which can listen coming request on more than one port. Is it possible ? if no then any workaround ?

Это было полезно?

Решение

Short, yes it is possible. You could use for example a network socket on different ports. Or own CustomCommands for windows services, which can be used to control a service remotely.

Другие советы

Yes, Windows service can listen to more then one ports without any problem.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top