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-26 | timers properly implemented | Martin Sustrik | |
2010-09-26 | new interfaces for timers; the implementation is not changed yet | Martin Sustrik | |
2010-08-25 | connecter object unregisters its fd correctly | Martin Sustrik | |
2010-08-25 | I/O object hierarchy implemented | Martin Sustrik | |
2010-01-15 | ZMQII-39: Implement IPC transport | Martin Sustrik | |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik | |
2009-12-23 | ZMQII-28: Bidirectional introduction on TCP connection establishment | Martin Sustrik | |
2009-12-15 | reconnection mechanism added to tcp transport | Martin Sustrik | |
2009-09-16 | reconnect added to zmq_connecter | Martin Sustrik | |
2009-08-21 | session management implemented | Martin Sustrik | |
2009-08-20 | couple of bugs in shutdown mechanism fixed | Martin Sustrik | |
2009-08-12 | listener/connecter/init/session added | Martin Sustrik | |
2009-08-09 | zmq_listener/zmq_connecter implemented | Martin Sustrik | |