Skip to content

jamesmacinnes/http-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Buddy

Demonstrates a simple multi-threaded non-blocking caching web server.

Usage:

./http-buddy [-p PORT -t Threads -c Connections -l LogLevel -r RootDir]

-p PORT: Port number to listen on, default 10000
-t Threads: Number of threads to run, default 4
-c Connections: Number of concurrent connections, default 1000
-r RootDir: Document root for server, default current working directory

To build, just type "make".

See: https://paisleybuddy.com/blog/nonblocking-http-server-in-c for more information on this code.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published