Apparently a few people on this list use the module, so I thought I'd just
announce here...
Mostly just removes the requirement on perl 5.8 for installation because
apparently the utf-8 support works fine under 5.6 anyway.
http://search.cpan.org/~robm/Cache-FastMmap-1.08/
Rob
--
R
"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 proces
hich 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 pr
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/m
ROTECTED]>
> To: "Mike Ward" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, July 28, 2004 2:08 PM
> Subject: Re: Cache::FastMmap
>
>
> >I think when you don't use raw_values => 1 as parameter you have
> > to pass your data
I'll update the documentation on the next release.
Rob
- Original Message -
From: "Thomas Schindl" <[EMAIL PROTECTED]>
To: "Mike Ward" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 28, 2004 2:08 PM
Subject: Re: Cache::FastM
pointers what's going on e.g. in this case
http://search.cpan.org/src/ROBM/Cache-FastMmap-1.06/t/8.t
Tom
> Nevermind, I've got it.
>
> In case anyone else has the problem, set the following option:
>
> my $cache = Cache::FastMmap->new(
> raw_values =>
Nevermind, I've got it.
In case anyone else has the problem, set the following option:
my $cache = Cache::FastMmap->new(
raw_values => 1,
);
On Wed, 28 Jul 2004 13:19:05 -0400, Mike Ward <[EMAIL PROTECTED]> wrote:
> I'm having some trouble with Cache::F
I'm having some trouble with Cache::FastMmap and haven't found
anything useful via the docs or Google, and was hoping someone here
might have an idea. Below I have included the entire program, and the
result. It's nearly word-for-word from the document