- 11 Aug, 2017 1 commit
-
-
evoskuil authored
-
- 10 Aug, 2017 2 commits
-
-
Jake Cobb authored
Solution: Use a double for messages per second and calculate Megabits per second using it. Truncate messages per second only in the reported output.
-
Jake Cobb authored
Solution: Add extra argument to enable CURVE, use fixed keys to make local_thr and remote_thr compatible with CURVE enabled.
-
- 03 Feb, 2016 1 commit
-
-
Ilya Kulakov authored
-
- 01 Feb, 2016 4 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Constantin Rack authored
Solution: replace all occurrences with `zmq_ctx_term`
-
Constantin Rack authored
Solution: remove all remaining references to `zmq_utils.h`
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 02 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
- 02 Jan, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 15 Apr, 2013 1 commit
-
-
Pieter Hintjens authored
as I can see, these didn't work any more. At the very least, the command line API was broken and forced the user to enter new, exotic arguments. Patches should not break existing APIs. But also, the internals of these programs had become weird. If we want to build more complex performance tests, that's fine, but we should make new programs, not break the old ones. We need minimal, safe performance tests in 0MQ. Also, the code was quite horrid. So it's gone. If anyone wants to bring it back please make the code neat, and build new APIs instead of breaking the old ones. Cheers Pieter
-
- 31 Mar, 2013 1 commit
-
-
Timothee "TTimo" Besset authored
-
- 03 Mar, 2013 1 commit
-
-
KIU Shueng Chuan authored
this follows what {local,remote}_lat.cpp and inproc_{thr,lat}.cpp do.
-
- 26 Feb, 2013 1 commit
-
-
Attila Mark authored
- option to set number of zmq threads on the command line for local_thr - option to set number of zmq_threads and workers in remote_thr - option to set SND/RCV buffer sizes on command line - option to set whether to PUSH/PULL on command line - option to set to use zmq_recv or zmq_msg for transfer on command line - better timing function - corrected and improved throughput reporting - HWM and DELAY socket options
-
- 25 Feb, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 17 Feb, 2012 1 commit
-
-
Mikko Koppanen authored
-
- 16 Feb, 2012 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 01 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 31 Oct, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 19 Jun, 2011 1 commit
-
-
Martin Sustrik authored
Introduction of subscription forwarding have broken throughput tests. This patch changes the pattern used in the tests to PUSH/PULL. Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 24 Mar, 2011 1 commit
-
-
Martin Sustrik authored
send/recv now complies with POSIX by using raw buffers instead of message objects and by returning number of bytes sent/recvd instead of 0/-1. The return value is changed accordingly for sendmsg and recvmsg. Note that related man pages will be fixed in a separate patch. Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 02 Mar, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 30 Oct, 2010 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 26 Jul, 2010 1 commit
-
-
Martin Hurton authored
-
- 17 Jun, 2010 1 commit
-
-
Martin Sustrik authored
-
- 04 Jun, 2010 2 commits
-
-
Martin Sustrik authored
-
Martin Lucina authored
-
- 10 Apr, 2010 1 commit
-
-
Martin Lucina authored
This lets us build the binaries in a portable fashion w/o having to worry about how to link with the C++ runtime.
-
- 16 Mar, 2010 1 commit
-
-
Martin Sustrik authored
-
- 12 Mar, 2010 1 commit
-
-
Martin Sustrik authored
-
- 18 Jan, 2010 1 commit
-
-
Martin Sustrik authored
-
- 05 Jan, 2010 2 commits
-
-
Martin Sustrik authored
-
Martin Sustrik authored
-
- 26 Nov, 2009 1 commit
-
-
Martin Sustrik authored
-
- 23 Sep, 2009 1 commit
-
-
Martin Sustrik authored
-
- 20 Sep, 2009 1 commit
-
-
Martin Sustrik authored
-
- 16 Sep, 2009 1 commit
-
-
malosek authored
added newly added socket options to all language bindings, P2P model changed to PUB/SUB for throughput tests
-
- 08 Sep, 2009 1 commit
-
-
Martin Sustrik authored
-