1. 21 Apr, 2009 2 commits
  2. 20 Apr, 2009 3 commits
  3. 19 Apr, 2009 2 commits
  4. 18 Apr, 2009 3 commits
  5. 17 Apr, 2009 1 commit
    • 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
  6. 16 Apr, 2009 3 commits
  7. 15 Apr, 2009 1 commit
    • 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
  8. 14 Apr, 2009 5 commits
  9. 11 Apr, 2009 1 commit
  10. 10 Apr, 2009 1 commit
  11. 08 Apr, 2009 2 commits
  12. 07 Apr, 2009 2 commits
  13. 05 Apr, 2009 1 commit
  14. 03 Apr, 2009 1 commit
  15. 02 Apr, 2009 4 commits
  16. 01 Apr, 2009 4 commits
  17. 31 Mar, 2009 2 commits
  18. 30 Mar, 2009 2 commits