From 8e42cb8c47496d2f537cad6c47f49205e55a1010 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 28 Mar 2009 12:14:07 +0100 Subject: more docu in service --- docs/service/README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3-54-g00ecf