Perrin Harkins wrote:
> 
> > I am trying to make IPC::Shareable work with my script, however I get
> > this error:
> > IPC::Shareable::SharedMem: shmget: Permission denied
> >  at /usr/local/lib/perl5/site_perl/5.005/IPC/Shareable.pm line 456
> > [Tue Oct 16 14:44:15 2001] [error] Could not create shared memory
> > segment: Permission denied
> > Does any one know what's up?
> 
> In the time it takes you to debug it, you could switch your code to
> MLDBM::Sync and forget about all these annoying shared memory issues.  It
> would probably be faster too.
> - Perrin

Cool, it is really fast... and very easy to implement... Curious though,
is there a delete method/operation any where? Could not find anything in
the perldoc docs indicating a method like that! Any ideas??
Thanks in advance.
-r

Reply via email to