Introduction Last year, I participated in an external activity with the theme "Development...
Introduction While working on a personal project, I learned about constexpr. I understood...
Introduction While developing a Socket Chatting program, I encountered a question: how...
Mutex (Mutual Exclusion) Mutex is a synchronization object that controls access to shared...
Memory Management in C/C++ Unlike languages such as Java that automatically manage memory...
Blocking I/O Blocking I/O is a method where the program stops and waits until an I/O...
1. The Problem with Creating Threads Per Request Ever implemented a server that creates a...