On 4 Sep 2010, at 20:27, Darren Duncan wrote:

Have you tried using the FastMMap store instead? I understand this can automatically expire sessions. The main caveat that I'm aware of is that it is unreliable in a multi-thread environment. -- Darren Duncan


s/in a multi-thread environment//. Also doesn't work if you're ever likely to have more than one web server, etc..

Also, FastMMap expires one memory page (per 4k) at once, which means that which sessions get expired can be entirely unexpected.

Cheers
t0m


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to