summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-28 12:14:07 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-28 12:14:07 +0100
commit8e42cb8c47496d2f537cad6c47f49205e55a1010 (patch)
treeed76a5b6b5c5503c1b0f11015259584b4236c345 /docs
parente81b985ddc74ea3584deb08e513d92c1621aff1c (diff)
downloadwolfbones-8e42cb8c47496d2f537cad6c47f49205e55a1010.tar.gz
wolfbones-8e42cb8c47496d2f537cad6c47f49205e55a1010.tar.bz2
more docu in service
Diffstat (limited to 'docs')
-rw-r--r--docs/service/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/service/README b/docs/service/README
index de62560..65652a0 100644
--- a/docs/service/README
+++ b/docs/service/README
@@ -9,13 +9,17 @@ dependencies).
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:
+and act on events. Sadly there is no easy way to catch a ProcessTerminate
+as it tears down all threads and the process. As long the service is
+started in the console or by double-click in the explorer there is no
+problem.
Good links:
- 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
+- the Sphynx searchd.cpp (http://www.sphinxsearch.com/): especially
+ service description, console events
+- POCO (http://pocoproject.org/): 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