summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/service/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/service/README b/docs/service/README
index c3b6c56..a046212 100644
--- a/docs/service/README
+++ b/docs/service/README
@@ -11,4 +11,10 @@ We should try to get to a set of service functions as for the daemon.
The normal foreground mode in the console should also be possible
and act on events:
-http://www.codeproject.com/KB/winsdk/console_event_handling.aspx
+Good links:
+- http://www.codeproject.com/KB/winsdk/console_event_handling.aspx: how
+ to handle the events in foreground/console mode
+- the Sphynx searchd.cpp: especially service description, console events
+- POCO: on some design questions
+- Microsoft Knoledge Base: best source as always
+