Pregunta

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 ?

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top