Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 615 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 615 Bytes

mtserver

Example code from my Multithreaded Work Queue Based Server in C++ blog.

Build

  1. Get the threads code.
  2. Get the work queue code.
  3. Get the TCP sockets code.
  4. Place the mtserver, threads, wqueue and tcpsockets directories at the same directory level, e.g. ${HOME}/src/mtserver, ${HOME}/src/threads, ${HOME}/src/wqueue and ${HOME}/src/tcpsockets.
  5. cd to ${HOME}/src/mtserver.
  6. Build the test client and server applications by running make.