Skip to content

jordandivyansh/Multithread-Web-Server

Repository files navigation

By Divyansh Kumar and Aayush Singh

Multithread-Web-Server

The main aim of the project based on the theme Multithreaded Web-server is that a thread should be able to take a request from a process and the same thread should be able to create multiple child threads for execution of submitted process.Multithreading is the ability of a program or an operating system process to manage its use by more than one user at a time and to simultaneously manage multiple requests by the same user without having to have multiple copies of the programming running in the computer. Our project is an attempt to implement this feature of operating systems in form of a multithreaded web-server.

About

python based multithreaded web-server to accept connection requests from multiple clients while simultaneously performing operations on another client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages