Image Processing Server
A server written in C that processes images for many clients at once, 100+ at a time, using POSIX threads, and answers each in under 100 ms.
C · POSIX threads · 100+ concurrent clients · <100 ms
A systems-programming build to really understand concurrency, sockets, and memory at the level where you manage it all yourself.
100+concurrent clients