Torsten Curdt wrote:
<snip/>

IMO the only way to solve this transparently is to more accressively
expire and limit the number of continuations. It would make sense to
come up with a LRU list of continuations per session. This list has a
maximum size that can defined. So the required maximum can is
predictable. Generating more continuations means using free slots or
throwing away the oldest ones in that LRU list. The janitor would
basically only go through the list and expire to free the slots in
that list.
Not that easy: current implementation keeps all parents until leaves expire. So basically you end up with almost whole tree "dead" but as long as there is a single "green leaf" you cannot remove anything.

--
Leszek Gawron                                      [EMAIL PROTECTED]
IT Manager                                         MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to