by Yash Sharma | Nov 14, 2025 Explores event-based concurrency as alternative to thread-based approaches. Covers event loops, select/poll system calls, asynchronous I/O, state management, and tradeoffs between event-driven and thread-based servers.