You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files Included:
threadpool.h: header file.
threadpool.c: pool of threads that knows how to complete a given task.
server.c: HTTP server that gets request from clients and uses the threadpool in order to send a response.
About
Creating an http server using socket communication