Аз не съм много компетентен в случая на какво правят „демоните“ в Linux, но щом хората са го написали така, значи така трябва да бъде. Това е термин, а до колкото знам задачата на един термин е да обедини дълго описание в една дума.
http://en.wikipedia.org/wiki/Windows_service Преглед на „Windows service“: On Microsoft Windows operating systems, a Windows service is a long-running executable that performs specific functions and which is designed not to require user intervention. Windows services can be configured to start when the operating system is booted and run in the background as long as Windows is running, or they can be started manually when required. They are similar in concept to a Unix daemon. Many appear in the processes list in the Windows Task Manager, most often with a username of SYSTEM, LOCAL SERVICE or NETWORK SERVICE, though not all processes with the SYSTEM username are services. The remaining services run through svchost.exe as DLLs loaded into memory. http://en.wikipedia.org/wiki/Daemon_%28computer_software%29 Преглед на "Unix daemon": In Unix and other computer multitasking operating systems, a daemon (pronounced /ˈdeɪmən/ or /ˈdiːmən/)[1] is a computer program that runs in the background, rather than under the direct control of a user; they are usually initiated as background processes. Typically daemons have names that end with the letter "d": for example, syslogd, the daemon that handles the system log, or sshd, which handles incoming SSH connections. In a Unix environment, the parent process of a daemon is often (but not always) the init process (PID=1). Processes usually become daemons by forking a child process and then having their parent process immediately exit, thus causing init to adopt the child process. Вижда се все пак, че и „услуга“ и „демон“ имат допирни точки, но също така и се различават, така че със сигурност не можем да наречем демона услуга. Също така мисля, че за един обикновен потребител и думата „услуга“ няма да му е много ясно какво прави в една компютрна система, защото нейното значение е по-различно примерно от услуга на мобилен оператор или доставчик на интернет. В и двата случая потребителя ще трябва да потърси описание и на двете думи. А и между другото човек пречупва всичко през ума си на базата на неговия опит и знания. Т.е. да приемем, че един системен администратор не е религиозен и не знае какво е демон според Християнството, дали на него ще му звучи по същия начин както и на един Християнин думата „демон“ в Библията? Определено няма да е същото. Поздрави, Красимир Чонов _______________________________________________ Dict mailing list [email protected] http://zver.fsa-bg.org/cgi-bin/mailman/listinfo/dict
