Skip to content
  1. Mar 13, 2019
    • Yann Ylavic's avatar
      Merge r1855306 from trunk: · df7edb5d
      Yann Ylavic authored
      MPMs unix: bind the bucket number of each child to its slot number
      
      We need not remember each child's bucket number in SHM for restarts, for the
      lifetime of the httpd main process the bucket number can be bound to the slot
      number such that: bucket = slot % num_buckets.
      
      This both simplifies the logic and helps children maintenance per bucket in
      threaded MPMs, where previously perform_idle_server_maintenance() could create
      or kill children processes for the buckets it was not in charge of.
      
      Submitted by: ylavic
      Reviewed by: ylavic, rpluem, jorton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855378 13f79535-47bb-0310-9956-ffa450edef68
      df7edb5d
  2. Mar 12, 2019
  3. Feb 15, 2019
  4. Feb 08, 2019
  5. Jan 22, 2019
  6. Jan 17, 2019
  7. Jan 16, 2019
  8. Jan 15, 2019
  9. Dec 18, 2018
  10. Dec 15, 2018
  11. Dec 11, 2018
  12. Nov 23, 2018
  13. Nov 09, 2018
  14. Nov 07, 2018
  15. Oct 18, 2018
  16. Oct 17, 2018
  17. Oct 10, 2018
  18. Oct 09, 2018
  19. Sep 25, 2018