Can anyone give a code for this program? Please!!!!
A simple process web server. This process creates a number of threads that are worker threads. When a request comes on port 80, then the master thread selects a thread to forward the request that sends files that have been
requested. Eg If you make the request "GET INDEX.HTML" then sends the file INDEX.HTML. The worker threads must be have a basic understanding of the protocol HTTP (ignoring options or commands except GET) to enable being associated with a Browser and see a page.
Thanks,
