Re: posix shared memory

2008-03-10 Thread Nei Kai
Hi, Tom 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 n

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 S