Re: posix shared memory

2008-03-13 Thread Jenda Krynicky
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

Re: posix shared memory

2008-03-10 Thread Nei Kai
> > 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

Re: posix shared memory

2008-03-10 Thread Tom Phoenix
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

posix shared memory

2008-03-10 Thread Nei Kai
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

Serialized Shared Memory on Redhat 7.3.

2003-07-20 Thread Sri
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

RE: Shared memory

2001-07-10 Thread Rolf Banting
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

Shared memory

2001-07-10 Thread Rolf Banting
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