“zero copy networking” vs “kernel bypass”?

What is the difference between “zero-copy networking” and “kernel bypass”? Are they two phrases meaning the same thing, or different? Is kernel bypass a technique used within “zero copy networking” and this is the relationship? TL;DR – They are different concepts, but it is quite likely that zero copy is supported within kernel bypass API/framework. … Read more

What is the proper way to use inotify?

Documentation ( from Monitor file system activity with inotify ) The inotify C API inotify provides three system calls to build file system monitors of all kinds: inotify_init() creates an instance of the inotify subsystem in the kernel and returns a file descriptor on success and -1 on failure. Like other system calls, if inotify_init() … Read more

tech