I/O multiplexing: select, poll and epoll in Linux
I/O multiplexing is doing I/O with many sources and giving good response. I/O multiplexing is explained with select, poll and epoll calls.
I/O multiplexing is doing I/O with many sources and giving good response. I/O multiplexing is explained with select, poll and epoll calls.
Unix domain sockets provide a fast and simple mechanism for interprocess communication on a Unix-like host system using the socket interface.
A Perl script for generating the report of the most frequent visitors to a website from the nginx log file is given.
Any two processes can communicate using FIFOs in Linux. Interprocess communication using FIFOs is explained using a client-server example.
Git is a popular, widely used, source code management system, originally developed by Linus Torvalds. Common Git commands are listed.
With Varnish 4.0, VCL has changed. The changed VCL for dropping cookies for a WordPress based site using Varnish cache server is provided.