From: "Nei Kai" <[EMAIL PROTECTED]>
> 2008/3/11, Tom Phoenix <[EMAIL PROTECTED]>:
> > On Mon, Mar 10, 2008 at 5:44 PM, Nei Kai <[EMAIL PROTECTED]> wrote:
> >
> > > I found a mmap module in CPAN, called Sys::Mmap, whose
> > > version is V0.13 and is not updated since 2002.
> > > So I am not s
> > And why doesn't perl try to give an interface for posix shared
> > memory after so many years?
>
>
> Maybe it's because you haven't contributed your patch to the core yet. :-)
>
> Or maybe it's because the people who need that feature already find
d why doesn't perl try to give an interface for posix shared
> memory after so many years?
Maybe it's because you haven't contributed your patch to the core yet. :-)
Or maybe it's because the people who need that feature already find it
somewhere, somewhere in the vastnes
hi, guys
I have been searched for posix shared memory using mmap or something
likewise in perl for a while.
My version of perl is 5.8.7.
It seems perl only supports SysV shared memory model,
but the embedded system I am supposed to use does not support SysV.
I found a mmap module in CPAN, called
Hi,
Has anybody used the IPC::Shareable on redhat 7.3. I am unable to configure
mine.
Is there any better modules out there that come with both the STORABLE and
SHAREABLE
features.
Need some input on this or is there a better way i can implement using DBM
or that sort.
Thanks
sri.
--
T
num_recs = unpack "i", $data_str;
gets me the number of records into $num_recs.
-Original Message-
From: Rolf Banting [mailto:[EMAIL PROTECTED]]
Sent: 10 July 2001 16:22
To: '[EMAIL PROTECTED]'
Subject: Shared memory
A question on shared memory on Solaris 2.6.
T
A question on shared memory on Solaris 2.6.
The scenario is that I want to share data between a C-prog and a perl prog.
I can create a segment fine from perl using either the shmget or
IPC::ShareLite methods and a test C-prog is happily writing data to the
segment. Likewise I can get another C