Skip to content

pradeepy/MthreadedServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MthreadServer

/*******************************************************************

  • Multi-threaded HTTP Server using a custom Thread Pool
    1. Works on local IP address (127.0.0.1)
    1. Uses HTTP GET requests as client input
    1. Output :
  •  3.1 If valid file name in current folder, returns the file
    
  •  3.2 Else returns folder contents
    
    1. Number of threads : > 0 AND < 20
  •  Port number       : > 1024 AND < 40000 
    
  • Author : Pradeep Yenneti

********************************************************************/

About

Multi-threaded HTTP Server with custom Thread Pool. Runs on local machine (127.0.0.1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages