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