in reply to Re: Slow shared memory issue
in thread Slow shared memory issue
shmat (attach) -> memread (read) works 8x times faster
So now I have only one question. Why IPC::Shareable do not uses benefits of shmat -> memread flow ? It uses shmread which is obviously slow...
https://metacpan.org/source/MSOUTH/IPC-Shareable-0.61/lib/IPC/Shareable/SharedMem.pm#L97