in reply to Shared Memory on Win32? And Share port for HTTP::Daemon.

There is a shared memory module for Win32, called Win32::MemMap which is even easier to use if combined with Tie::Win32MemMap

I looked for a download, but couldn't find one. If anybody knows where this is at, please let me know.

  • Comment on Re: Shared Memory on Win32? And Share port for HTTP::Daemon.

Replies are listed 'Best First'.
Re: Re: Shared Memory on Win32? And Share port for HTTP::Daemon.
by Jenda (Abbot) on Feb 24, 2003 at 22:33 UTC

    You can install both by PPM from http://jenda.krynicky.cz/perl/

    Jenda

      Thanks Jenda.. I tried that in the past, but I've always gotten this error:

      ppm> install Win32::MemMap Can't call method "find_impl" without a package or object reference at + E:/Perl/site/lib/PPM/UI.pm line 1160, <$__ANONIO__> line 2.

      And I've also tried this:

      ppm> install http://jenda.krynicky.cz/perl/Win32-MemMap.ppd Can't call method "name" without a package or object reference at E:/P +erl/site/lib/PPM/UI.pm line 984, <FIN> line 2.

        That's strange. I've tried it just now and it worked fine:

        W:\>ppm PPM - Programmer's Package Manager version 3.0.1. Copyright (c) 2001 ActiveState SRL. All Rights Reserved. ... ppm> install http://jenda.krynicky.cz/perl/Win32-MemMap.ppd Note: Package 'http://jenda.krynicky.cz/perl/Win32-MemMap.ppd' is alre +ady installed. ==================== Install 'Win32-MemMap' version 2.0.3 in ActivePerl 5.8.0.805. ==================== Downloaded 34538 bytes. Extracting 13/13: blib/lib/Win32/MemMap.pm Successfully installed Win32-MemMap version 2.0.3 in ActivePerl 5.8.0. +805. ppm> ^Z

        What version of Perl and PPM do you have?

        Jenda