apa512 / clj-rethinkdb

Eclipse Public License 1.0
204 stars 42 forks source link

Keepalive connections #75

Open danielcompton opened 9 years ago

danielcompton commented 9 years ago

We should speed up the time to detect connection failures using TCP keepalive.

https://github.com/rethinkdb/rethinkdb/issues/4641

danielcompton commented 9 years ago

TCP Keepalive

In this release we’re enabling TCP Keepalive in all three of the official drivers to help detect lost connections in the case where you’re waiting on changes for a long time. We’d recommend third-party drivers consider doing the same.

-- 2.1 driver release notes

https://groups.google.com/forum/#!topic/rethinkdb-dev/6GeJW-srWAg