DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44034>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44034


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From [EMAIL PROTECTED]  2007-12-30 21:11 -------
Win32 doesn't have the same process separation model as unix, so this one
isn't trivial to solve.

It would seem trivial to execute this monitor in the 'parent'.  However,
the parent actually isn't interrelated to the children in the same way
as on unix.  On Windows, there is a process loop in the child itself which
does all of the work, and the parent simply pauses until the child dies,
or until the server is told to shut down (and it signals the child as such).

So... the answer would appear to be, add the monitor hook to the parent.
But we need to be aware that things like the error log, listening sockets
etc, are actually being controlled by the child at that point.

So more information on your use case would be very interesting, since it's
really the users that dictate how we should fix this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to