Changes for version 0.07
- Implement a more efficient IPC key generation for the root segment, using the system ftok() function provied by IPC::SysV module
- Pod documentation
- Default IPC mode is now 0600
- We now keep ipc_mode and ipc_segment_size in the root map for calling IPC::ShareLite with same values.
- Add "readonly" parameter to constructor
- Feature enhancement, add "dump" and "dump_map" methods
- Data::Dumper is now autoused
- Feature enhancement, release method now release root map when it go empty
- Feature enhancement, add a "destroy" method, that call "release" method on all root-map's namespaces. Usefull for cleaning shared memory on Apache shutdown.
- Adding tools to package for debuging purpose
- Bugfix in delete method, for problem on root map cleanup
- Better support of mod_perl
- Minor bugfix in _init_namespace method
- Misc bugfixes
Modules
Share data between Apache children processes through the shared memory