/[Apache-SVN]
ViewVC logotype

Revision 665419


Jump to revision: Previous Next
Author: mcslee
Date: Thu Jan 10 19:57:47 2008 UTC (16 years, 10 months ago)
Changed paths: 1
Log Message:
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


Changed paths

Path Details
Directoryincubator/thrift/trunk/lib/java/src/server/TThreadPoolServer.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26