Performance aspects of a Webserver, threaded or forked.
Budget: ₹600 – ₹1,500 INR
use GNU Compiler Collection (GCC) and corresponding toolchain, i.e. Makefiles. This may seem as a chock, if your used to IDE's like Visual Studio or VScode.
you are to write a really simple web server.
• The server should handle multiple simultaneous clients.
• You should make two different implementations, one that is thread-based and one that is fork-based.
• The server only needs to handle the GET and HEAD methods.
• As normally, the server should accept IP:PORT as start arguments.
you are to write a really simple web server.
• The server should handle multiple simultaneous clients.
• You should make two different implementations, one that is thread-based and one that is fork-based.
• The server only needs to handle the GET and HEAD methods.
• As normally, the server should accept IP:PORT as start arguments.