Vadim Gritsenko wrote:
Leszek Gawron wrote:
Torsten Curdt wrote:

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 II: In almost every web application I choose the option to store continuations in session rather then in one place. This way all continuations get removed when the session expires.

It's addressed above - "LRU list of continuations per *session*"
I'm sorry then - my mind must be still on holiday.

--
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