Bruno Dumon wrote:
> 
> On Wed, 2003-09-03 at 10:23, Carsten Ziegeler wrote:
> <snip/>
> > I think we should do this switch asap. *If* we can solve the 
> commandmanager
> > issue discussed in the other thread, I will make a 2.1.1 
> release this week.
> 
> The issue can in fact be fixed immediately by changing the way we use
> the PooledExecutor class. In the TPCThreadManager class (in
> excalibur-event), change the line:
> 
> m_threadPool.waitWhenBlocked();
> 
> to
> 
> m_threadPool.discardWhenBlocked();
> 
> functionally, this shouldn't change anything (I think), and it will
> avoid the problem in PooledExecutor completely. If you have some time
> available to try this out, that would be great.
> 
Yes, I just tried it - and it works. Great!

So, how do we proceed? We can distribute our own patched version of event
or we can ask that this will be changed in excalibur.

Carsten

Reply via email to