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 Sys::Mmap, whose version is V0.13 and is not updated since 2002. So I am not sure if it is supposed to be used nowadays. Any suggestion for the solution please? And why doesn't perl try to give an interface for posix shared memory after so many years?
Thanks in advance. nickle