/ProxyServer

ProxyServer written in C++ under influence of Java on 2nd grade

Primary LanguageC++

ProxyServer written in C++ under influence of Java on 2nd grade in 2009.

  • Newbie code, but works for HTTP 1.0
  • Creates in-memory cache
  • Build on thread pool with pthread and 'select'

Build

  1. Build with -lpthread
  2. No Makefile, sorry :(