1. 09 Dec, 2010 1 commit
    • Bob Beaty's avatar
      Added Recovery Interval in Milliseconds · fcfad568
      Bob Beaty authored
      For very high-speed message systems, the memory used for recovery can get to
      be very large. The corrent limitation on that reduction is the ZMQ_RECOVERY_IVL
      of 1 sec. I added in an additional option ZMQ_RECOVERY_IVL_MSEC, which is the
      Recovery Interval in milliseconds. If used, this will override the previous
      one, and allow you to set a sub-second recovery interval. If not set, the
      default behavior is to use ZMQ_RECOVERY_IVL.
      Signed-off-by: 's avatarBob Beaty <rbeaty@peak6.com>
      fcfad568
  2. 07 Dec, 2010 4 commits
  3. 06 Dec, 2010 4 commits
  4. 05 Dec, 2010 1 commit
  5. 04 Dec, 2010 1 commit
  6. 01 Dec, 2010 7 commits
  7. 29 Nov, 2010 1 commit
  8. 27 Nov, 2010 2 commits
  9. 25 Nov, 2010 3 commits
  10. 22 Nov, 2010 2 commits
  11. 19 Nov, 2010 2 commits
    • Martin Sustrik's avatar
      Problem with blob_t initialisation fixed. · ac40680e
      Martin Sustrik authored
      HP's version of STL doesn't allow for initialisation of basic_string
      (blob_t) using NULL pointer, while SGI's implementation is OK with
      that. Fixed.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      ac40680e
    • Mikko Koppanen's avatar
      Add a check that the compiler actually works. · edf7c18d
      Mikko Koppanen authored
      The patch tests that the C and C++ compilers actually exist
      and work. autoconf seems to default to 'g++' when C++ compiler is not
      found, which causes the following error (when the compiler isn't
      there):
      
      checking for uuid_generate in -luuid... no
      configure: error: cannot link with -luuid, install uuid-dev.
      
      The config.log contains the real error message "g++ command not found"
      but the error message shown to the user is misleading.
      Signed-off-by: 's avatarMikko Koppanen <mkoppanen@php.net>
      edf7c18d
  12. 18 Nov, 2010 1 commit
    • Mikko Koppanen's avatar
      Run autoupdate on the configure.in · 945c931d
      Mikko Koppanen authored
      I ran autoupdate on the configure.in, which generated most of the
      patch attached. There is also a small manual fix in which removes the
      warning "Remember to add LT_INIT to configure.in" which I assume is
      because AC_PROG_LIBTOOL was called inside a macro.
      Signed-off-by: 's avatarMikko Koppanen <mkoppanen@php.net>
      945c931d
  13. 17 Nov, 2010 5 commits
  14. 16 Nov, 2010 3 commits
  15. 15 Nov, 2010 1 commit
  16. 13 Nov, 2010 2 commits