Bill, does this resolve the Win32 showstoppers? Specifically...
* Address popular PRs
* Win32 doesn't install as service correctly [9863, 9914, 9961]
* Don't be stupid and cd to a blank directory when doing installs
[PR 9993]
I'll not be too keen on Win32 holding up a beta.
Bill
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 13, 2002 11:34 PM
Subject: cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c mpm_winnt.h service.c
> wrowe 02/03/13 20:34:03
>
> Modified: server/mpm/winnt mpm_winnt.c mpm_winnt.h service.c
> Log:
> 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.]
>