Yes, that's another thing I should change. I thought it would need 5.8.0+ for the UTF-8 support, but from reports I've had, it apparently works fine on 5.6.0 and 5.6.1 so I'll change the "use 5.008" to "use 5.006".

I also added this documentation note, which caught me recently that others might like to keep an eye on as well...

-----

=head1 OTHER

Because Cache::FastMmap mmap's a shared file into your processes memory
space, this can make each process look quite large, even though it's just
mmap'd memory that's shared between all processes that use the cache,
and may even be swapped out if the cache is getting low usage.

However, the OS will think your process is quite large, which might
mean you hit some BSD::Resource or 'ulimits' you set previously that you
thought were sane, but aren't anymore.

-----

Rob

----- Original Message ----- From: "Mike Ward" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 29, 2004 7:52 AM
Subject: Re: Cache::FastMmap



This one is more or less just out of curosity -

I noticed when trying to install on one of our webservers that
FastMmap requires perl 5.8.0 or later. Is it impossible to use with
earlier versions?

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html




--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to