Hello, the code task below has to be written in python 3 and the HTTP must show the html file from the command line. Please help.
Currently, the web server handles only one HTTP request at a time. Implement a multithreaded server that is capable of serving multiple requests simultaneously. Using threading, first create a main thread in which your modified server listens for clients at a fixed port. When it receives a TCP connection request from a client, it will set up the TCP connection through another port and services the client request in a separate thread. There will be a separate TCP connection in a separate thread for each request/response pair.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here