[Catalyst] catalyst on windows
Sebastian Riedel
sri at oook.de
Fri Mar 11 14:11:26 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...
P.S. Second try, seems my first mail didn't reach the list...
--
sebastian
More information about the Catalyst
mailing list