i am developing a concurrent web server to serve the requests from the web clients, i have web client program. I would appreciate if someone can provide some heads up.. like how to proceed towards this simple c codes for concurrent servers are available online but i need to implement a server which serves as web server ..
for ex: server should have a index.html file and client should fetch this file from the server. I have to implement two versions one using multiple processes