]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
My [sixth?] major revamp of service.c. Traded an event for a mutex
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Mar 2002 04:34:03 +0000 (04:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Mar 2002 04:34:03 +0000 (04:34 +0000)
commitf2e2cdcdb8223f91c1937b8112e4a9b20cbeb7f0
treecf931a9428c36a862fd0d6e4e0aff052b7893d0d
parent3dab10782eeb6dc54c4c57f4eab7f2e604a6a9db
  My [sixth?] major revamp of service.c.  Traded an event for a mutex
  to the service_init completion, expanded timeouts, moved SERVICE_STOPPED
  message posting to the main thread since sometimes, in odd cirumstances,
  our SCM thread wasn't resumed prior to termination, and ripped the code
  for the stderr logs to use nt_eventlog.c instead.  And generally tried
  to make the code just a little bit more grokable [as if such a thing
  is really possible.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93928 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/mpm_winnt.c
server/mpm/winnt/mpm_winnt.h
server/mpm/winnt/service.c