in reply to Re: Re: Sharing data structures among http processes?
in thread Sharing data structures among http processes?

Having trying myself to implement a semaphore-based locking mechanism for IPC SysV shared memory, I'd recommend IPC::ShareLite for general purposes. It comes with a powerful locking mechanism, which is incredibly similar to flock() !
Apache::SharedMem also depends on this module.
  • Comment on Re: Re: Re: Sharing data structures among http processes?