Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-Store-File CPAN distribution.

Report information
The Basics
Id: 79030
Status: open
Priority: 0/
Queue: Catalyst-Plugin-Session-Store-File

People
Owner: Nobody in particular
Requestors: KnowZeroX [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Is this module still maintained? If so will it be updated for CHI?
This module is based on Cache::Cache and according to the author that module is now deprecated with CHI being the successor. Any chance this and the other Session-Store based modules will be updated to use CHI? From what I have read CHI should be compatible with Cache::Cache so it should not require a huge change. On my end I have forked this module and used CHI and it seemed to work ok. (Though I only did basic testing) So just would like to know if this module is still maintained and whether it will be updated for CHI or not.
This module is still maintained - however I think someone should take the code and rename it Catalyst::Plugin::Session::Store::CHI - and it could then use any CHI backend, leaving this module to be able to be deprecated as less generic. I'd be happy to review the changes / the new module if you'd like to take a crack at this? :)
From: KnowZeroX [...] yahoo.com
On Fri Aug 17 03:04:43 2012, BOBTFISH wrote: Show quoted text
> This module is still maintained - however I think someone should take > the code and rename it Catalyst::Plugin::Session::Store::CHI - and it > could then use any CHI backend, leaving this module to be able to be > deprecated as less generic. > > I'd be happy to review the changes / the new module if you'd like to > take a crack at this? :)
Ok, I'll give it a shot.
I'm going to resolve this - as noted I think we _should_ do this, but in a different namespace. If you'd like to shove this in Catalyst git, you'd be most welcome, and I'll help making it good. Or feel free to put it on github and yell at me and/or the list for review. Thanks!
From: KnowZeroX [...] yahoo.com
On Sun Aug 19 11:01:55 2012, BOBTFISH wrote: Show quoted text
> I'm going to resolve this - as noted I think we _should_ do this, but
in Show quoted text
> a different namespace. > > If you'd like to shove this in Catalyst git, you'd be most welcome,
and Show quoted text
> I'll help making it good. > > Or feel free to put it on github and yell at me and/or the list for
review. Show quoted text
> > Thanks!
Ok, I started on it a bit but I want to make it a bit more complete as CHI seems to allow more then just File support. I am a little bit busy with work + friend's wedding this week but I should have a working draft of it next week. One thing I was using the original 'File' as a template and I noticed though that your 'FastMmap' module is more up to date. Should I use it as a template instead?