DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2003-06-07 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|CLOSED

Re: [Control flow] expire continuations code checked in!

2003-01-10 Thread Stefano Mazzocchi
Ovidiu Predescu wrote: On Thursday, Jan 9, 2003, at 09:20 US/Pacific, Stefano Mazzocchi wrote: Ovidiu Predescu wrote: Many thanks to Michael Melhem for his excellent work coming up with the algorithm for expiring continuations and for implementing it! The tests on my machine show the code w

DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2003-01-09 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Reso

Re: [Control flow] expire continuations code checked in!

2003-01-09 Thread Ovidiu Predescu
On Thursday, Jan 9, 2003, at 09:20 US/Pacific, Stefano Mazzocchi wrote: Ovidiu Predescu wrote: Many thanks to Michael Melhem for his excellent work coming up with the algorithm for expiring continuations and for implementing it! The tests on my machine show the code works fine, so I checked i

Re: [Control flow] expire continuations code checked in!

2003-01-09 Thread Stefano Mazzocchi
Ovidiu Predescu wrote: Many thanks to Michael Melhem for his excellent work coming up with the algorithm for expiring continuations and for implementing it! The tests on my machine show the code works fine, so I checked it in CVS. Thanks! I've also made some minor change to the control flow eng

[Control flow] expire continuations code checked in!

2003-01-08 Thread Ovidiu Predescu
Many thanks to Michael Melhem for his excellent work coming up with the algorithm for expiring continuations and for implementing it! The tests on my machine show the code works fine, so I checked it in CVS. Thanks! I've also made some minor change to the control flow engine. When a request is

DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2002-12-19 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional Comment

DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2002-12-17 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations --- Additional Comments From [EMAIL PROTECTED] 2002-12-17 18:46 --- > I think the runtime complexity of the code can be substantially lowered if we > assume that all the continuations have the same expiration period, which

DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2002-12-17 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations --- Additional Comments From [EMAIL PROTECTED] 2002-12-17 08:27 --- Excellent work, Michael, thanks! I think the runtime complexity of the code can be substantially lowered if we assume that all the continuations have the same expi

Re: Expire Continuations Patch[15368] submitted

2002-12-16 Thread Michael Melhem
; > On Monday, Dec 16, 2002, at 04:46 US/Pacific, Michael Melhem wrote: > > >Hi all, > > > >FYI, bugzilla Patch [Bug 1538] implements "Expire Continuations" using > >the cornerstone scheduler to periodically (as defined in the xconf) > >clean > &

DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2002-12-16 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED],

Re: Expire Continuations Patch[15368] submitted

2002-12-16 Thread Ovidiu Predescu
st regards, Ovidiu On Monday, Dec 16, 2002, at 04:46 US/Pacific, Michael Melhem wrote: Hi all, FYI, bugzilla Patch [Bug 1538] implements "Expire Continuations" using the cornerstone scheduler to periodically (as defined in the xconf) clean up expired flow continuations. I decided to

Expire Continuations Patch[15368] submitted

2002-12-16 Thread Michael Melhem
Hi all, FYI, bugzilla Patch [Bug 1538] implements "Expire Continuations" using the cornerstone scheduler to periodically (as defined in the xconf) clean up expired flow continuations. I decided to use the cornerstone-scheduler because the avalon-monitor was not appropriate, and I wante

DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2002-12-13 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations --- Additional Comments From [EMAIL PROTECTED] 2002-12-13 17:32 --- Created an attachment (id=4167) tgz file containing the new jars and files needed for the expire-continuations

DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2002-12-13 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations --- Additional Comments From [EMAIL PROTECTED] 2002-12-13 17:30 --- Created an attachment (id=4166) Patch diff file containing the changes need to implement Expire Continu

DO NOT REPLY [Bug 15368] New: - [PATCH] Expire Continuations

2002-12-13 Thread bugzilla
gzilla/show_bug.cgi?id=15368 [PATCH] Expire Continuations Summary: [PATCH] Expire Continuations Product: Cocoon 2 Version: Current CVS Platform: All URL: http:// OS/Version: All Status: NEW Severity:

Re: Expire Continuations

2002-12-03 Thread Michael Melhem
ific, Michael Melhem wrote: > > >Hi Ovidiu!! > > > >How are you mate, I guess you are not coming to the Frankfurt > >Stammtisch :-P > > Wait a second, I want to come! ;) Dont worry, we wont start eating until you arrive ;) > > >I was thinking

Re: Expire Continuations

2002-12-02 Thread Ovidiu Predescu
I was thinking about how to Expire Continuations and have come up with the following: We know from the "bus discussion" that placing every wk (WebContinuation) into the "expirations" Sorted TreeSet is a problematic solution. So how about placing only the "leaf" nodes

Expire Continuations

2002-11-28 Thread Michael Melhem
Hi Ovidiu!! How are you mate, I guess you are not coming to the Frankfurt Stammtisch :-P I was thinking about how to Expire Continuations and have come up with the following: We know from the "bus discussion" that placing every wk (WebContinuation) into the "expirations"

Re: Expire continuations

2002-11-12 Thread Michael Melhem
Hi ReinHard, On Tue, Nov 12, 2002 at 02:53:52PM +0100, [EMAIL PROTECTED] wrote: > Hi Michael, > > I read > [http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=103588507614819&w=2] that you are >interested in implementing a background thread that removes > all continuations which are not accessed w

Expire continuations

2002-11-12 Thread reinhard_poetz
Hi Michael, I read [http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=103588507614819&w=2] that you are interested in implementing a background thread that removes all continuations which are not accessed within a certain period of time. Did you already start with your efforts? Maybe I can support