1. 19 Jul, 2012 6 commits
  2. 18 Jul, 2012 2 commits
  3. 17 Jul, 2012 2 commits
  4. 16 Jul, 2012 2 commits
  5. 13 Jul, 2012 3 commits
  6. 06 Jul, 2012 1 commit
  7. 05 Jul, 2012 1 commit
  8. 04 Jul, 2012 1 commit
  9. 03 Jul, 2012 8 commits
  10. 02 Jul, 2012 7 commits
  11. 27 Jun, 2012 2 commits
    • Poul-Henning Kamp's avatar
      Overhaul the thread-pool herding code. · 7e25234d
      Poul-Henning Kamp authored
      NB: Changes to parameter defaults & units included in this commit!
      
      I tried to apply some queuing theory to this problem and as much as
      I admire Agner Krarup Erlang, his math isn't much help when you don't
      know any of the relevant metrics for your queue.
      
      Instead I took a much simpler approach:  "If we fail to get a thread,
      we probably need more threads", and have rewritten the herder to to
      react faster and more reliably to such events.
      
      I went over the parameters for thread-pools and normalized timeouts
      to seconds rather than milliseconds (beware!) and polished descriptions
      etc.
      7e25234d
    • Poul-Henning Kamp's avatar
      Make Flexelint hate me less · 590299ee
      Poul-Henning Kamp authored
      590299ee
  12. 26 Jun, 2012 2 commits
  13. 25 Jun, 2012 3 commits