statsd-influxdb-backend icon indicating copy to clipboard operation
statsd-influxdb-backend copied to clipboard

Allow connection pooling

Open GREsau opened this issue 10 years ago • 0 comments

Allow connection pooling so that requests do not back up when the response time is slower than the flush interval. Handle response data events so that Node is aware we have consumed the response instead of waiting for a remote timeout (see http://stackoverflow.com/questions/15533448/node-js-http-request-problems-with-connection-pooling).

Graph showing the effects of this change (in addition to updating NodeJS from 0.10.26 to 0.12.7): before_after

GREsau avatar Oct 08 '15 16:10 GREsau