문제

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