In this blog post, we will understand the differences between MMAPs and READs system calls and its internals.
Tag: linux
When not to use MMAPs !!!
In the previous blog post, we developed an understanding for the READ and MMAP system calls. If you haven't read Part 1 of this, we suggest you go to this link. In this blog post, we are going to answer this simple question "Why not to use MMAP everywhere". Advantages of MMAP over READ Data … Continue reading When not to use MMAPs !!!
Linux Block MQ – simple walkthrough
In this article we are going to talk about Linux Block MQ and its potential benefits.