Skip to content

This project demonstrates the implementation of a thread pool server in java with efficient client-server communication.

Notifications You must be signed in to change notification settings

prajwalp3/multithreaded-server-with-threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This project demonstrates the implementation of a thread pool server in Java. It covers the concepts of sockets for client-server communication, multithreading, and using a thread pool to handle multiple client requests efficiently.

Features

  • Client-Server Communication: Utilizes sockets to establish communication between clients and the server.
  • Multithreading: Uses a thread pool to handle multiple client connections concurrently.
  • Efficient Resource Management: Manages threads efficiently with a thread pool, reducing the overhead of creating and destroying threads for each client request.

Technologies Used

Java
Sockets (TCP/HTTP)
Multithreading
Thread Pool

About

This project demonstrates the implementation of a thread pool server in java with efficient client-server communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages