1. 11 Jun, 2016 1 commit
    • 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
  2. 14 May, 2016 1 commit
  3. 18 Feb, 2016 1 commit
  4. 28 Jan, 2016 1 commit
  5. 07 Jun, 2015 1 commit
  6. 02 Jun, 2015 1 commit
  7. 27 May, 2015 1 commit
  8. 24 May, 2015 1 commit
  9. 01 May, 2015 1 commit
  10. 22 Jan, 2015 1 commit
  11. 17 Feb, 2014 1 commit
    • Olaf Mandel's avatar
      Remove duplicate poller decision making · 48b50cef
      Olaf Mandel authored
      The decision about the poller mechanism to use (select, poll, ...)
      was done twice: once by the build system and once by the code in
      poller.hpp. As the build-system can actually detect the mechanisms
      available, prefer that result to the hard coded defaults in
      poller.hpp.
      
      At the same time, remove the duplicate detection of select() vs.
      poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp.
      
      This patch has not been tested on many build platforms: especially
      the cmake build needs testing / patching. For the other builds,
      hard code the result as these these are all Windows platforms.
      48b50cef
  12. 13 Feb, 2014 2 commits
  13. 28 Jan, 2014 1 commit
  14. 24 Jan, 2014 1 commit
  15. 20 Jan, 2014 1 commit
  16. 08 Jan, 2014 1 commit
  17. 02 Jan, 2014 1 commit
  18. 01 Dec, 2013 1 commit
  19. 21 Oct, 2013 1 commit
    • Pieter Hintjens's avatar
      Cleaned up the code · 406e6051
      Pieter Hintjens authored
      - removed unnecessary malloc
      - spaces, not tabs to indent
      - renamed control states to be more logical
      - renamed SUSPEND to PAUSE, feels more accurate
      - fixed indentation, which was off in places
      406e6051
  20. 18 Oct, 2013 1 commit
  21. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  22. 24 Oct, 2012 1 commit
  23. 18 Oct, 2012 1 commit
  24. 07 Sep, 2012 1 commit
  25. 06 Sep, 2012 1 commit
  26. 05 Jun, 2012 1 commit
  27. 25 Apr, 2012 1 commit
  28. 18 Apr, 2012 1 commit
  29. 16 Mar, 2012 1 commit
  30. 23 Mar, 2011 1 commit
  31. 02 Mar, 2011 1 commit
  32. 15 Dec, 2010 1 commit
  33. 06 Dec, 2010 1 commit
  34. 30 Oct, 2010 1 commit
  35. 04 Sep, 2010 1 commit
  36. 27 Aug, 2010 1 commit
  37. 13 Jul, 2010 1 commit
  38. 02 May, 2010 1 commit
  39. 29 Apr, 2010 1 commit