Example source code for the article 'Multithreaded Work Queue Based Server in C++'
- Get the threads code at https://github.com/vichargrave/threads.git.
- Get the work queue code at https://github.com/vichargrave/wqueue
- Get the TCP sockets code at https://github.com/vichargrave/tcpsockets
- 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.
- cd to ${HOME}/src/mtserver.
- Build the test client and server applications by running 'make'.