Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-08 | Scalability improvements for large amounts of connections | Martin Lucina | |
Add signaler_sndbuf_size option to config.hpp which allows the user to increase the size of the send buffer used by the signalling socketpair. Implement random backoff for reconnection attempts using a primitive pseudo-random generation to prevent reconnection storms. Add wait_before_connect option to config.hpp to allow the user to enable random delay even on initial connect. Default is false for low latency. Signed-off-by: Martin Lucina <mato@kotelna.sk> | |||
2010-09-08 | EINTR returned from the blocking functions | Martin Sustrik | |
2010-09-02 | Fix for signaler_t on HP-UX and AIX platforms | Bernd Melchers | |
2010-08-06 | Fix uninitialized use of nbytes in signaler fix | Martin Lucina | |
2010-08-05 | zmq::signaler_t: Restart syscalls on EINTR | Martin Lucina | |
This patch restarts the send() or recv() inside zmq::signaler_t if the call fails due to EINTR. | |||
2010-05-12 | fixes for OpenVMS | Brett Cameron | |
2010-05-04 | Windows port fixed | Martin Sustrik | |
2010-05-04 | signaler transports commands per se rather than one-bit signals | Martin Sustrik | |
2010-04-29 | windows port fixed | Martin Sustrik | |
2010-04-29 | signaler rewritten in such a way that any number (>64) of threads can be used | Martin Sustrik | |
2010-04-29 | eventfd-style signaling removed | Martin Sustrik | |
2010-04-29 | fd_signaler_t renamed to signaler_t | Martin Sustrik | |