Le mercredi 18 octobre 2006 à 10:29 +0900, Trustin Lee a écrit : > > We had developed our own thread pool that made use of > > java.util.concurrent features. I have now compared this with the new > > executor filter that was introduced after version 0.9.5. > > > > Our thread pool is available here: > > > > > > https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/java/common/src/org/apache/qpid/pool/ > > > > In my tests the throughput in our application is more than doubled > > when using our thread pool as compared with the default MINA one. > > > That's exciting. Can we adopt the code after we move to Java 5? We will > move to Java 5 soon.
Since we got util.concurent backport in 1.0 we can prolly indroduce some of those change it in something like "1.0.1" if it doesn't break API compatibility ? Julien
