Understanding Basics of the Network Proxy - Part II
Tag: linux
Proxy Server – TCP / IP Model Internals
Understanding Basics of the Network Proxy - Part I
FREAD vs MMAP
In this blog post, we will understand the differences between MMAPs and READs system calls and its internals.
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.