thrift/lib
Mark Slee 19c9777583 Chagnge TThreadPoolServer in Java to use SynchronousQueue by default
Summary: Read the documentation on ThreadPoolExecutor. It's very confusing. Basically, what we want is a queue that always defers to the threadpool and will always create a new thread to do work. We never want the queue to take priority over the thread pool by default.

Reviewed By: dreiss

Test Plan: Run a Java Thrift server


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665419 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 19:57:47 +00:00
..
cocoa/src Cocoa Thrift binding patches from Andrew McGeachie 2007-11-20 01:39:25 +00:00
cpp [Thrift] disabling catching general type exceptions in Tthreadpoolserver 2008-01-05 23:23:53 +00:00
erl [thrift] in erlang add {nodelay, true} and {reuseaddr, true} to gen_tcp socket options 2008-01-08 03:14:19 +00:00
hs Thrift: OCaml and HS servers more general 2007-08-08 01:43:39 +00:00
java Chagnge TThreadPoolServer in Java to use SynchronousQueue by default 2008-01-10 19:57:47 +00:00
ocaml Thrift: OCaml TSocket more helpful exceptions 2007-08-17 21:34:15 +00:00
perl Thrift: Wide string support for Perl. 2007-12-26 20:23:03 +00:00
php is_a is deprecated, instanceof only takes vars or constants 2007-12-20 03:23:27 +00:00
py [thrift] py: TApplicationException.__str__ 2008-01-07 22:23:07 +00:00
rb Ruby default values patch 2008-01-10 00:53:08 +00:00
st Merging in some Smalltalk changes from Patrick Collison 2007-11-21 08:43:35 +00:00
Makefile.am Thrift: Revamp build to use a single configure.ac. 2007-12-28 18:25:33 +00:00