RE: [BUG] Expired Continuations are not cleaned up?

2003-08-26 Thread Carsten Ziegeler
Bruno Dumon wrote: > > IIRC, the cornerstone scheduler was the orginal scheduler > > used to expire continuations. I would need to delve into > > the mail archives to retreive the reason that it was changed. > > I just did, see here: > > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&

RE: [BUG] Expired Continuations are not cleaned up?

2003-08-26 Thread Bruno Dumon
I'm cc'ing [EMAIL PROTECTED] since they are probably more knowledgeable on this. See here for the full thread: http://marc.theaimsgroup.com/?t=10617480632&r=1&w=2 On Tue, 2003-08-26 at 09:39, Giacomo Pati wrote: > On Tue, 26 Aug 2003, Carsten Ziegeler wrote: > > > Bruno Dumon wrote: > > > > >

Re: [BUG] Expired Continuations are not cleaned up?

2003-08-26 Thread Bruno Dumon
On Mon, 2003-08-25 at 14:24, Michael Melhem wrote: > On Sun, Aug 24, 2003 at 07:39:58PM +0200, Carsten Ziegeler wrote: > > Hi, > > > > it seems that the CommandManager of the Excalibur Event package > > is not working as expected. If you add a command to the sink > > of the CommandManager it's nev

RE: [BUG] Expired Continuations are not cleaned up?

2003-08-26 Thread Giacomo Pati
On Tue, 26 Aug 2003, Carsten Ziegeler wrote: > Bruno Dumon wrote: > > > > > > > > one before and one after the ContinuationsInterrupt, and on my system > > (Linux, sun jdk 1.4.2-b28) the messages printed in the execute method > > are displayed every second, like it should. (this works without cha

RE: [BUG] Expired Continuations are not cleaned up?

2003-08-26 Thread Carsten Ziegeler
Bruno Dumon wrote: > > > > one before and one after the ContinuationsInterrupt, and on my system > (Linux, sun jdk 1.4.2-b28) the messages printed in the execute method > are displayed every second, like it should. (this works without changing > the threads-per-processor parameter) > Ok, I test

Re: [BUG] Expired Continuations are not cleaned up?

2003-08-26 Thread Michael Melhem
On Sun, Aug 24, 2003 at 07:39:58PM +0200, Carsten Ziegeler wrote: > Hi, > > it seems that the CommandManager of the Excalibur Event package > is not working as expected. If you add a command to the sink > of the CommandManager it's never executed. > Unfortunately, this code is used in the Continua

Re: [BUG] Expired Continuations are not cleaned up?

2003-08-25 Thread Bruno Dumon
On Sun, 2003-08-24 at 19:39, Carsten Ziegeler wrote: > Hi, > > it seems that the CommandManager of the Excalibur Event package > is not working as expected. If you add a command to the sink > of the CommandManager it's never executed. > Unfortunately, this code is used in the ContinuationsManager

Re: [BUG] Expired Continuations are not cleaned up?

2003-08-25 Thread Matthias Stöckel
Hi Carsten, have you looked at http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=105455074718424&w=2 ? Increasing the "threads-per-processor" parameter seems to fix the bug for me. But I think switching to cornerstone would be better, because this doesn't resolve the shutdown problem with tomca