Re: cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c mpm_winnt.h

2002-04-01 Thread William A. Rowe, Jr.

Now incorporated into APACHE_2_0_34

stoddard02/04/01 10:55:46

   Modified:server/mpm/winnt mpm_winnt.c mpm_winnt.h
   Log:
   Win32: Move apr_bucket_alloc() to a more reasonable location to fix 
 memory leak.

   Revision  ChangesPath
   1.253 +4 -6  httpd-2.0/server/mpm/winnt/mpm_winnt.c
   1.36  +1 -0  httpd-2.0/server/mpm/winnt/mpm_winnt.h





Re: cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c mpm_winnt.h service.c

2002-03-14 Thread Bill Stoddard

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.]
   




Re: cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c mpm_winnt.h service.c

2002-03-14 Thread William A. Rowe, Jr.

At 12:07 PM 3/14/2002, you wrote:
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.

No, this doesn't fix those showstoppers.  They actually don't belong
in httpd-2.0/STATUS in the first place.  They are part of the installer,
not core, and belong in httpd-win32-msi/STATUS.

And they can be fixed even after a 2.0.x is made beta-ready, since
the tag on httpd-win32-msi is independent of httpd-2.0/apr/apr-util.

Bill




Re: cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c mpm_winnt.h service.c

2002-03-14 Thread Bill Stoddard

c mpm_winnt.h service.c


 At 12:07 PM 3/14/2002, you wrote:
 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.
 
 No, this doesn't fix those showstoppers.  They actually don't belong
 in httpd-2.0/STATUS in the first place.  They are part of the installer,
 not core, and belong in httpd-win32-msi/STATUS.
 
 And they can be fixed even after a 2.0.x is made beta-ready, since
 the tag on httpd-win32-msi is independent of httpd-2.0/apr/apr-util.

That's what I thought. Cool!

Bill