antirez 8339957bb2 Diskless replication: rio fdset target new supports buffering.
To perform a socket write() for each RDB rio API write call was
extremely unefficient, so now rio has minimal buffering capabilities.
Writes are accumulated into a buffer and only when a given limit is
reacehd are actually wrote to the N slaves FDs.

Trivia: rio lacked support for buffering since our targets were:

1) Memory buffers.
2) C standard I/O.

Both were buffered already.
2014-10-17 11:36:12 +02:00
..
2012-04-13 17:52:33 -07:00
2014-09-29 06:49:07 -04:00
2014-08-08 10:43:54 +02:00
2014-08-07 12:12:54 +02:00
2014-09-29 06:49:07 -04:00
2013-01-19 10:59:44 +01:00
2014-09-29 06:49:09 -04:00
2014-09-29 06:49:08 -04:00
2014-08-07 12:12:54 +02:00
2014-04-22 16:14:38 +02:00
2014-08-07 16:17:37 +02:00
2014-08-13 10:53:54 +02:00
2014-07-02 17:04:14 +02:00
2014-08-08 10:30:14 +02:00
2014-08-08 14:54:02 +02:00
2014-09-29 06:49:09 -04:00
2014-08-08 10:05:32 +02:00
2014-08-08 14:54:02 +02:00
2014-09-29 06:49:08 -04:00
2014-09-29 06:49:07 -04:00
2014-08-13 10:53:51 +02:00
2014-09-29 06:49:07 -04:00
2013-01-19 10:59:44 +01:00
2014-07-02 16:31:22 +02:00
2014-07-02 16:31:22 +02:00
2014-08-07 12:20:57 +02:00
2014-09-29 06:49:07 -04:00
2013-07-02 12:08:07 +02:00
2011-07-06 15:22:00 +02:00
2013-09-03 15:15:51 +02:00