Skip to content

Creating my own Java web server for Multithreading and Concurrent Programming Studies

Notifications You must be signed in to change notification settings

ifsantana/java-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-web-server

Custom web server to count word occurrences in a massive book.

Book file is located on: /files

Search request example:

GET localhost:8000/search?word={wordToFind}

To increase performance you can try to include more threads to the web server thread pool on HttpServerConfig.DEFAULT_CUSTOM_THREAD_POOL.

Current custom thread pool size = 1

About

Creating my own Java web server for Multithreading and Concurrent Programming Studies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages