/python-web-proxy

2018-2 Yonsei University / Computer Network - Project 2

Primary LanguagePython

python-web-proxy

2018-2 Yonsei University / Computer Network - Project 2

Environments

  • Python 2.x

Usage

  • Naive
python proxy.py
  • Persistent connection
python proxy.py -pc
  • Multithreading
python proxy.py -mt
  • Persistent connection & Multithreading (Best performance)
python proxy.py -pc -mt