libzmq/builds/msvc/vs2015
Michael Lutz 7a6ff07a01 Problem: Windows performance is not optimal due to select().
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).
2016-06-11 19:17:18 +02:00
..
inproc_lat Problem: msvc configuration options are invalid and/or inconsistent. 2016-05-13 01:00:58 -07:00
inproc_thr Problem: msvc configuration options are invalid and/or inconsistent. 2016-05-13 01:00:58 -07:00
libzmq Problem: Windows performance is not optimal due to select(). 2016-06-11 19:17:18 +02:00
local_lat Problem: msvc configuration options are invalid and/or inconsistent. 2016-05-13 01:00:58 -07:00
local_thr Problem: msvc configuration options are invalid and/or inconsistent. 2016-05-13 01:00:58 -07:00
remote_lat Problem: msvc configuration options are invalid and/or inconsistent. 2016-05-13 01:00:58 -07:00
remote_thr Problem: msvc configuration options are invalid and/or inconsistent. 2016-05-13 01:00:58 -07:00
libzmq.import.props Problem: msvc configuration options are invalid and/or inconsistent. 2016-05-13 01:00:58 -07:00
libzmq.import.xml Problem: msvc imports missing Rule.Category declarations. 2016-05-25 13:52:49 -07:00
libzmq.sln Added solution and project files to build with Microsoft Visual Studio 2015 2015-11-05 16:08:33 +01:00