dev@grizzly.java.net

Re: [Patch] Issue 63 Removing explicit reference to WorkerThreadImpl

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Fri, 15 Feb 2008 12:37:34 -0500

Oups remove the first class, which is grizzlet related :-)

Jeanfrancois Arcand wrote:
> Hi,
>
> the expected contract when customizing the thread pool (Pipeline) should
> be:
>
> 1. Implement the Pipeline interface
> 2. The Thread created must implement the WorkerThread interface
>
> Looks like the TLS method hasn't been moved to the WorkerThread
> interface when we refactored from 1.0. Attached is a patch that remove
> reference to WorkerThreadImpl in the code, so the contract can be
> properly implemented.
>
> Thanks
>
> -- Jeanfrancois
>