[Catalyst] porting C::FastMmap to use Cache::Cache
toddrw69 at excite.com
toddrw69 at excite.com
Sun Mar 13 00:27:15 CET 2005
--- On Sat 03/12, Perrin Harkins < perrin at elem.com > wrote:
>> On Sat, 2005-03-12 at 17:57 -0500, toddrw69 at excite.com wrote:
>> Sebastian suggested using Cache::Cache in C::FastMmap so I can use
>> Catalyst on windows. Looks easy enough, Should be just a couple
>> changes to C::FastMmap.
> This doesn't sound like such a good plan to me. For one thing,
> Cache::FastMmap is mostly implemented in C.
>
> Are you trying to get this working just so you can use the session
> module for Catalyst? Why not just port the session module to use
> something else (like MySQL), and then release that as an alternate
> session implementation?
Thanks for the advice. Im not worried about the performance penalty, I do my development on the linux box so this wont even get used there, I just like to make sure the code works on the win2k box sitting right next to it, so when somebody asks, "Does it work on windows?" I get to tell them yes.
I prefer a store other than memory, so if mysql is better than the memory cache thats what I'll use.
But I still need some test code so I know when its ported :(
Oh well, I'll figure it out =0)
Todd
_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
More information about the Catalyst
mailing list