Anyone interested in Dancer::Session::Chi?
I've got a CHI-based cache in use elsewhere and knocked up an interface. If anyone is interested, I'll tidy the code up and post it. Not much to it though, took about 30 minutes of cutting+pasting from Dancer::Session::Storable. -- Richard Huxton Archonet Ltd
I think it's an interesting plugin to have, as it opens up all the CHI implementation possibilities. If you can wrap up the code somewhere (github maybe ?), that'd be cool I think. Maybe a cpan module ? :) On 21 October 2011 12:10, Richard Huxton <dev@archonet.com> wrote:
I've got a CHI-based cache in use elsewhere and knocked up an interface. If anyone is interested, I'll tidy the code up and post it. Not much to it though, took about 30 minutes of cutting+pasting from Dancer::Session::Storable.
-- Richard Huxton Archonet Ltd _______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
On 21/10/11 11:26, damien krotkine wrote:
I think it's an interesting plugin to have, as it opens up all the CHI implementation possibilities.
Already using it for a DB cache, so it seemed sensible to re-use. On my dev machine here, a simple page went from: YAML CHI::FastMmap db access 70 30 output cached 30 9ms The "output cached" represents the minimum overhead for routing to the page and returning a brief bit of html from a "state" variable.
If you can wrap up the code somewhere (github maybe ?), that'd be cool I think. Maybe a cpan module ? :)
OK - I'll try and get it up on github next week. Never uploaded to CPAN so I'll need read up and find out how. -- Richard Huxton Archonet Ltd
participants (2)
-
damien krotkine -
Richard Huxton