Patches item #1624156, was opened at 2006-12-29 10:34
Message generated for change (Comment added) made by cito
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1624156&group_id=4866
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Veros Kaplan (veros)
Assigned to: Nobody/Anonymous (nobody)
Summary: SessionDynamicStore - don't save one-shot sessions
Initial Comment:
Patch to SessionDynamicStore.
PROBLEM: Crawler bots generates lot of sessions which aren't used more than once, as crawlers usually doesn't implements cookies.
Although these sessions aren't used they're still swapped to the Sessions directory and occupies space.
SOLUTION: The "one-shot sessions" aren't moved to FileStore on periodical clean-up. They are still saved on Session store shutdown.
This patch greatly reduces number of files in Sessions directory, especially on low traffic server.
Used on production server: http://www.cestovatel.cz/ with no problems (Webware 0.8), ported to last versions.
Download on http://veros.koren.cz/patches/webware-sessionstore.patch
----------------------------------------------------------------------
>Comment By: Christoph Zwerschke (cito)
Date: 2007-01-02 23:09
Message:
Logged In: YES
user_id=193957
Originator: NO
That makes much sense, thanks for the patch. It is implemented in the
trunk now.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1624156&group_id=4866
|