TheSithPadawan / CSE222A-CourseProject

Course project for UCSD CSE222A
MIT License
2 stars 1 forks source link

Server framework #2

Closed Jingwu010 closed 5 years ago

Jingwu010 commented 5 years ago
  1. basic framework which supports HTTP connection and Threading
  2. roundrobin implementation
  3. least latency implementation
  4. added client code for generating request distribution
  5. added health check