On Mon, 2002-06-03 at 23:41, Evan Koffler wrote:
> I love the new pipeline. It's good to see it coming along.

Yay! I love the pipeline too, and am glad that it works for you.
 
> I have a web flow that uses a request tool to capture inform/error 
> messages. In testing, it continued to grow. Basically, because the 
> request tools weren't being refreshed. I took a stab at implementing 
> the correction. All 10 lines of code. Below is the patch to existing 
> code and attached is a new java source file. I tried my best to 
> comply.

As far as releasing tools, that is already done by DefaultTargetValve,
which on line 199 calls Module::requestFinished, which in turn calls
TurbinePull::releaseTools. 

As for refreshing, should this happen when the tools are released or
when they are requested from the pool. Right now request tools always
get initted when they are pulled from the pool, perhaps with the
assumption that init makes refresh unnecessary. 

Should we refresh before init? 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to