This is the code for the Single and Multithreaded web server.
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
MultiThreadedServer is also printing while receiving a connection from the jmeter
b4d1dcdView on GitHubthe break statement was giving the problem as it was breaking the loop after only one client was connected to the server now the single threaded server is working fine
c9eb517View on GitHubthese are the jmeter file for summoning 60000 users per minute and it is working on the multithreaded but on the single threaded it is giving some error
9957f8eView on GitHubUpdated the MultiThreadedClient and MultiThreadedServer and now there are no errors currently running around 100 sockets for the client
3742ee5View on GitHubSingleThreadedServer is complete and now can be tested by running the client and the server side by side in the terminal now will have to update the readme file for the same;
74c558eView on GitHubupdated the project structure and now onto the SingleThreadedServer
5de0755View on GitHub