Skip to content
  1. Apr 18, 2009
  2. Apr 17, 2009
    • Jeff Trawick's avatar
      Move logic to decide if an MPM is supported, and whether the MPM is · 3c907cad
      Jeff Trawick authored
      threaded, down to the MPM itself.
        (server/mpm/FOO/config.m4, which runs before the actual MPM selection)
      
      server/mpm/config.m4 makes some general platform checks that can be used
      for MPM decisions, and contains some functions related to MPMs.
      
        XXX The check here for whether APR_POLLSET_THREADSAFE is available
            is a rough approximation and needs to be replaced by a run-time
            check.
      
      Replace the limited per-platform hard-coded MPM selection and the
      current defaulting to event (whether or not it works) with a selection
      based on which MPMs work on the platform, as reported by the MPMs 
      themselves.
        (config2.m4, which runs after the MPMs record whether they are supported)
      
        Order of preference:
      
        WinNT (mingw32 only)
          then Event
            then Worker
              then Prefork
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766082 13f79535-47bb-0310-9956-ffa450edef68
      3c907cad
  3. Apr 16, 2009
  4. Apr 15, 2009
    • Greg Ames's avatar
      no longer amusing. · 37c3a15d
      Greg Ames authored
      I'll still pay off if somebody does it legitimately, but I haven't been
      to Apachecon in ages so we'll have to work out a different delivery
      mechanism.  With the stability of the 2.0.x and 2.2.x releases and
      Moore's Law in effect for the last decade, it might be possible...
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@765305 13f79535-47bb-0310-9956-ffa450edef68
      37c3a15d
  5. Apr 14, 2009
  6. Apr 11, 2009
  7. Apr 10, 2009
  8. Apr 08, 2009
  9. Apr 07, 2009
  10. Apr 05, 2009
  11. Apr 03, 2009
  12. Apr 02, 2009
  13. Apr 01, 2009
  14. Mar 31, 2009
  15. Mar 30, 2009