Re: restart_count() on Win32

2006-01-18 Thread William A. Rowe, Jr.
Foo Ji-Haw wrote: Hello William, Thanks for the insight into the inner workings of mp2 on Win32. I'd like to read up more on the parent-child setup, and digging through perl.apache.org (mostly in http://perl.apache.org/docs/2.0/) I don't seem to be able to get any information on mp2 on Win32. C

Re: restart_count() on Win32

2006-01-17 Thread Foo Ji-Haw
AIL PROTECTED]>; Sent: Wednesday, January 18, 2006 11:56 AM Subject: Re: restart_count() on Win32 > On Wed, 18 Jan 2006, Foo Ji-Haw wrote: > > > Hello William, > > > > Thanks for the insight into the inner workings of mp2 on Win32. I'd like to > &g

Re: restart_count() on Win32

2006-01-17 Thread Foo Ji-Haw
Thanks Randy, for the pointer. Will give it a good read. - Original Message - From: "Randy Kobes" <[EMAIL PROTECTED]> To: "Foo Ji-Haw" <[EMAIL PROTECTED]> Cc: "William A. Rowe, Jr." <[EMAIL PROTECTED]>; Sent: Wednesday, January 18, 200

Re: restart_count() on Win32

2006-01-17 Thread Randy Kobes
On Wed, 18 Jan 2006, Foo Ji-Haw wrote: Hello William, Thanks for the insight into the inner workings of mp2 on Win32. I'd like to read up more on the parent-child setup, and digging through perl.apache.org (mostly in http://perl.apache.org/docs/2.0/) I don't seem to be able to get any informati

Re: restart_count() on Win32

2006-01-17 Thread Foo Ji-Haw
share your source of information on this issue? Thanks. - Original Message - From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> To: "Foo Ji-Haw" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 18, 2006 5:01 AM Subject: Re: restart_count() on Win32 >

Re: restart_count() on Win32

2006-01-17 Thread Foo Ji-Haw
Hello Tom, Thanks for confirming for me it is a Windows Thing. - Original Message - From: "Tom Schindl" <[EMAIL PROTECTED]> To: "Foo Ji-Haw" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, January 17, 2006 5:43 PM Subject: Re: restart_count() on Win32 Hi,

Re: restart_count() on Win32

2006-01-17 Thread William A. Rowe, Jr.
Foo Ji-Haw wrote: I am trying my luck again on this issue, which I never quite understood/ resolved. The log file shows this when Apache starts: 1 (parent/healthcheck process) 2 (parent/healthcheck process) 1 (child/real server process) 2 (child/real server process) In 1.3, the child '

Re: restart_count() on Win32

2006-01-17 Thread Tom Schindl
From: "Tom Schindl" <[EMAIL PROTECTED]> > To: "Foo Ji-Haw" <[EMAIL PROTECTED]> > Cc: > Sent: Tuesday, January 17, 2006 5:12 PM > Subject: Re: restart_count() on Win32 > > Hi, > > i'd say that the thing you are seening is that 3rd restart

Re: restart_count() on Win32

2006-01-17 Thread Foo Ji-Haw
aw" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, January 17, 2006 5:12 PM Subject: Re: restart_count() on Win32 Hi, i'd say that the thing you are seening is that 3rd restart is the one where the actually running apache is checking that a restart is possible and else refusing to stop? Try logging the PID's of the process trying to restart?

Re: restart_count() on Win32

2006-01-17 Thread Tom Schindl
Hi, i'd say that the thing you are seening is that 3rd restart is the one where the actually running apache is checking that a restart is possible and else refusing to stop? Try logging the PID's of the process trying to restart? Tom Foo Ji-Haw wrote: > Hello all, > > I am trying my luck agai