Skip to content
  1. Jul 14, 2003
  2. Jul 10, 2003
  3. Jul 08, 2003
  4. Jul 07, 2003
  5. Jul 06, 2003
  6. Jul 01, 2003
  7. Jun 29, 2003
  8. Jun 20, 2003
  9. Jun 16, 2003
  10. Jun 06, 2003
  11. Jun 02, 2003
  12. May 28, 2003
  13. May 27, 2003
  14. May 23, 2003
  15. May 22, 2003
  16. May 19, 2003
  17. May 14, 2003
  18. May 13, 2003
  19. May 09, 2003
  20. May 05, 2003
    • Jeff Trawick's avatar
      AIX: Change the default accept mechanism from pthread back to · 429c6048
      Jeff Trawick authored
      fcntl.  Idle child cleanup doesn't work when the child selected
      for termination by the parent is waiting on a pthread mutex, and
      because the AIX kernel's notion of hot process is apparently the
      same as Apache's, it is common for the Apache parent to continually
      select a child for termination that the kernel will leave waiting
      on the mutex for extended periods of time.  There are other
      concerns with pthread mutexes as well, such as the ability to
      deadlock the server if a child process segfaults while holding the
      mutex.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99718 13f79535-47bb-0310-9956-ffa450edef68
      429c6048