Commit 460325d6 authored by rawan's avatar rawan

Merged remote changes

parents 81eac5b8 f46f04bd
<<<<<<< HEAD
# Multi-threaded WebServers tasks executor using WebHttpServer and WebServerSocket
This project aims to create two kinds of multi-threaded web servers (with thread-pooling) for executing simple tasks.
......@@ -16,3 +17,7 @@ _Different Type of Web Serves Using HttpServer and ServerSocket_
* **WebServerSocket** is developed using *ServerSocket* [[javadoc](https://docs.oracle.com/javase/8/docs/api/java/net/ServerSocket.html)].
Both web servers use *ExecutorService* [[javadoc](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html)] that executes each submitted task in the pooled thread, more specifically, `Executors.newCachedThreadPool()` which is an unbounded thread pool with automatic thread reclamation [[javadoc](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executors.html#newCachedThreadPool--)].
=======
# web-http-socket-server-task-manager-docker
>>>>>>> f46f04bd6df0657f086e16f98b72467cf18deaee
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment