client_runtime no longer backs off of writes and instead informs client of lost connections and writes continuously. this avoids a backed up queue and there was no benefit to backing off.
server_runtime spawns off writing to a client so as to not allow a slow client to back up writing to faster clients.
client_runtime no longer backs off of writes and instead informs client of lost connections and writes continuously. this avoids a backed up queue and there was no benefit to backing off.
server_runtime spawns off writing to a client so as to not allow a slow client to back up writing to faster clients.