THRIFT-970. java: Under heavy load, THttpClient may fail with 'too many open files'
authorBryan Duxbury <bryanduxbury@apache.org>
Fri, 5 Nov 2010 17:14:52 +0000 (17:14 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Fri, 5 Nov 2010 17:14:52 +0000 (17:14 +0000)
commitbbe36c5d35bca5177c2a5472b58d784d93769da1
tree230375b52ebbd232cdfc2aaa32bbae13c0f2b6af
parent01c5cebfdd0f638f09378e0a735419efc69f3c08
THRIFT-970. java: Under heavy load, THttpClient may fail with 'too many open files'

This patch updates our THttpClient to have two different modes of operation: its current functionality and a new mode that uses Apache's HttpClient library to provide higher throughput and better pooling functionality.

Patch: Mathias Herberts

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1031668 13f79535-47bb-0310-9956-ffa450edef68
lib/java/ivy.xml
lib/java/src/org/apache/thrift/transport/THttpClient.java