1. 31 Jul, 2016 9 commits
  2. 30 Jul, 2016 3 commits
  3. 27 Jul, 2016 1 commit
  4. 24 Jul, 2016 2 commits
  5. 20 Jul, 2016 2 commits
  6. 12 Jul, 2016 3 commits
  7. 04 Jul, 2016 5 commits
  8. 20 Jun, 2016 4 commits
  9. 17 Jun, 2016 3 commits
  10. 16 Jun, 2016 2 commits
  11. 13 Jun, 2016 4 commits
  12. 11 Jun, 2016 2 commits
    • Luca Boccassi's avatar
      Merge pull request #2034 from michicc/poll_windows · cb0eaf6b
      Luca Boccassi authored
      Poll() implementation for Windows Vista+
      cb0eaf6b
    • Michael Lutz's avatar
      Problem: Windows performance is not optimal due to select(). · 7a6ff07a
      Michael Lutz authored
      Solution: Provide poll() for Windows as well. This is a build option that
      defaults to off as the resulting binary will only run on Windows Vista or
      newer.
      
      This is not tested with alternative Winsock service providers like VMCI,
      but the documentation for WSAPoll does not mention limitations.
      
      On my local machine, throughput improves by ~10 % (20 simultaneous
      remote_thr workes to one local_thr, 10 byte messages), while latency
      improves by ~30 % (measured with remote/local_lat).
      7a6ff07a