summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2014-06-30 15:29:05 -0700
committerArthur de Jong <arthur@arthurdejong.org>2014-07-02 23:01:14 +0200
commit29507979da85db4628993fedfea1c7d174714461 (patch)
tree8733ed2f84365260fd7c73a55668a27cec5c3cc5 /AUTHORS
parent1765e344b88199e36e79a241b1f0d09aecb9b92a (diff)
Check a socket's connectivity before trying to use it
This alleviates some cases where multi-second lag occurs before a query returns due to some or all connections having been closed by the peer, e.g. a load balancer timing out old connections, but they are all tried before opening new connections. Tested and working on Linux.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 8426b1a..4320dc9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -129,3 +129,4 @@ Francois Tigeot <ftigeot@wolfpond.org>
Davy Defaud <davy.defaud@free.fr>
Lukas Slebodnik <lslebodn@redhat.com>
ushi <ushi@honkgong.info>
+Tim Harder <radhermit@gmail.com>