Giacomo Pati wrote:
> 
> Yes, we used the CommandManager in some projects. It is based 
> on the PooledExecutor from Doug Leas concurrent-utils 
> package. It comes in quite handy as you can put tasks there 
> you'd like to be done asynchroniously (ie. indexing a 
> uploaded document with lucene to speed up percieved performance).
> 
> One alternative is that we build up our own CommandManager 
> into the Context which is piece of cake to do.
> 
I have nothing against building our own one (we use concurrent-utils
in the core already), so if you volunteer... :)

But why do we put it into the Context? Wouldn't it be better to
make a simple component out of it?

Carsten

Reply via email to