Skip to content

Contains a simple thread based HTTP/1.0 and /1.1 webserver implemented in c++ using berkley sockets and c++ thread library. Supports various data formats(.txt, jpg,.gif,etc).

Notifications You must be signed in to change notification settings

deshmukhrajvardhan/MultiThreadServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling the code

make

Starting the server

./Server <directory name> <port>

Requesting content

Open any browser and enter the path name of the file taking the above as the base path, also include the <path>:<port>

Sample files

For example use the sample_webpage

Test Example

sudo httperf --server 127.0.0.1 --port 8080 --num-calls 1 --num-conn 10000 --rate 10000 --send-buffer 1024 --recv-buffer 1024 --uri /sample_webpage/index.html

Result


Connection rate: 4607.5 conn/s (0.2 ms/conn, <=1022 concurrent connections)
Connection time [ms]: min 0.2 avg 137.0 max 1869.4 median 24.5 stddev 331.0
Connection time [ms]: connect 89.6
Connection length [replies/conn]: 1.000

About

Contains a simple thread based HTTP/1.0 and /1.1 webserver implemented in c++ using berkley sockets and c++ thread library. Supports various data formats(.txt, jpg,.gif,etc).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published