summaryrefslogtreecommitdiff
path: root/docs/service/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/service/README')
-rw-r--r--docs/service/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/service/README b/docs/service/README
index 704f704..de62560 100644
--- a/docs/service/README
+++ b/docs/service/README
@@ -12,8 +12,10 @@ The normal foreground mode in the console should also be possible
and act on events:
Good links:
-- http://www.codeproject.com/KB/winsdk/console_event_handling.aspx: how
- to handle the events in foreground/console mode
+- console_event_handling.txt: how to handle the events in foreground/
+ console mode
- the Sphynx searchd.cpp: especially service description, console events
- POCO: on some design questions
- Microsoft Knowledge Base: best source as always
+- ModuleDD.txt: good introduction to the history of Windows services
+ and how they work