IPC: Inter-Process Communication

IPC: Inter Process Comunication 1. Introduction This project builds upon former multi-thread project, where I developed a simplified web server. In this project, the existing getfile server will be turned into a proxy server and implement a simple cache server. The project consists of two parts, focusing on inter-process communication (IPC) and shared memory usage. […]