can a program become a windows service?

Mar 21, 2013 at 3:33pm
i have a very basic client server program in c++ console application where the client sends a message to the server, the server accepts the message and echoes it back to the client.

can the server become an application that runs as a service and still echo back the clients messages?

can someone please link some tutorials for creating a windows service?
Mar 21, 2013 at 3:36pm
Mar 21, 2013 at 3:39pm
thanks for the link. can you answer my first question?

can the server become an application that runs as a service and still echo back the clients messages?
Mar 21, 2013 at 4:16pm
The answer would be yes.
Mar 29, 2013 at 12:31pm
any suggestions on how i could do it?
Topic archived. No new replies allowed.