You often need programs that run continuously in the background. For example, an email server is expected to listen continuously on a network port for incoming email messages, a print spooler is expected to listen continuously to print requests, and so on.
Post:505
Points:2525Explain Windows service.
You often need programs that run continuously in the background. For example, an email server is expected to
listen continuously on a network port for incoming email messages, a print spooler is expected to listen continuously to print requests, and so on.