
Multi Threaded Proxy Server
CComputer NetworksConcurrencyLRU Cache
Built a multi-threaded proxy server in C capable of handling concurrent client requests using semaphores. Implemented an LRU caching mechanism to reduce data retrieval latency and improve overall system performance, applying core concepts of computer networks and concurrency.