Definitions for "Windows Service" Add To Word List
Login or Register  | Word Lists | Search History

a background process that runs whenever Windows is running
Helpful?           0
a good choice when an application needs to run unattended, regardless of whether users are logged on or not
Helpful?           0
a highly specialized type of application designed to run for extended periods in its own Windows session, usually with no user interface
Helpful?           0
a long-running application without a user interface or any visual output
Helpful?           0
an 'always on' application that is constantly running in the background of your system
Helpful?           0
an application that does not have a user interface
Helpful?           0
an application that requires no user interface and can be automatically started at system startup
Helpful?           0
an application that sits in the background, waiting for you to call it or for some system event to happen
Helpful?           0
an application which does not have a user interface and runs without human intervention
Helpful?           0
a process that runs unattended and doesn't have a user interface
Helpful?           0
a specially designed application that can be started automatically at system boot
Helpful?           0
A Windows service is an application that starts when Windows is booted and runs in the background as long as Windows is running. It is very similar in concept to a Unix daemon.
Helpful?           0