[Catalyst] catalyst on windows

Sebastian Riedel sri at oook.de
Fri Mar 11 12:38:13 CET 2005


toddrw69 at excite.com wrote:

>Catalyst installed on redhat 9 but on win2k I cant get Cache::FastMmap, no ppm. An attempt to nmake it with MS VC++ 6.0 failed also. Can I get around the Cache::FastMmap dependency? Is there a counterpart with a similar api that I could just drop in?
>  
>
Yes Cache::FastMmap is UNIX specific, there are currently no alternatives.

But it's dead simple to create one just by replacing all the 
Cache::FastMmap specific parts of Catalyst::Plugin::Session::FastMmap 
with Cache::Cache for example...

--
sebastian



More information about the Catalyst mailing list