1. 18 Dec, 2015 3 commits
  2. 17 Dec, 2015 5 commits
  3. 16 Dec, 2015 3 commits
  4. 14 Dec, 2015 4 commits
  5. 11 Dec, 2015 3 commits
  6. 10 Dec, 2015 2 commits
  7. 09 Dec, 2015 7 commits
  8. 08 Dec, 2015 5 commits
  9. 30 Nov, 2015 4 commits
  10. 27 Nov, 2015 1 commit
  11. 25 Nov, 2015 1 commit
  12. 24 Nov, 2015 2 commits
    • Constantin Rack's avatar
      Merge pull request #1649 from sheremetyev/fix-pipe-activation-race · 782fbe5b
      Constantin Rack authored
      Fix pipe activation race
      782fbe5b
    • Fedor Sheremetyev's avatar
      Set LWM to half of HWL. · bad93c53
      Fedor Sheremetyev authored
      This reduces chances of race between writer deactivation and activation.
      
      Reader sends activation command to writer when number or messages is
      multiple of LWM. In situation with high throughput (millions of messages
      per second) and correspondingly large HWM (e.g. 10M) the difference
      between HWM needs to be large enough - so that activation command is
      received before pipe becomes full.
      bad93c53