Updated Javadoc of OrderedMemoryAwareThreadPoolExecutor

This commit is contained in:
Trustin Lee 2009-04-29 02:10:52 +00:00
parent da6f2ac968
commit 3ee287bf49

View File

@ -64,6 +64,9 @@ import org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap;
* Please note that the events of different channels are independent from each * Please note that the events of different channels are independent from each
* other. That is, an event of Channel B will not be blocked by an event of * other. That is, an event of Channel B will not be blocked by an event of
* Channel A and vice versa, unless the thread pool is exhausted. * Channel A and vice versa, unless the thread pool is exhausted.
* <p>
* If you want the events associated with the same channel to be executed
* simultaneously, please use {@link MemoryAwareThreadPoolExecutor} instead.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (tlee@redhat.com)