Commit 6bd0a055 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  This patch solves two problems.  Under Win2K, the program will no longer
  hang up during logoff or shutdown.  On all Win32, this patch detaches the
  Apache child from the parent's console window, and hides it, such that
  child CGI processes no longer cause window 'flicker' of icon or title
  changes when they are invoked.  They are invoked in the hidden child
  console instead, and there is no apparent affect to the user's console.

  This patch has one problem, the AllocConsole() is too async on Win9x, so
  the window may not be succesfully located and hidden, resulting in two
  visible consoles.  Working on that issue now.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87064 13f79535-47bb-0310-9956-ffa450edef68
parent e129e246
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment