summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-27 18:31:27 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-27 18:31:27 +0100
commitbaa035aa68b7b72fe301c933227aa2530bbec66d (patch)
treed42e0636d34289a4c00645f5cc115e26e0bb91e0 /docs
parentf83210c88e7376e12b5cf0e86a073c59e4185efb (diff)
downloadwolfbones-baa035aa68b7b72fe301c933227aa2530bbec66d.tar.gz
wolfbones-baa035aa68b7b72fe301c933227aa2530bbec66d.tar.bz2
added service termination on console control events
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
+