Skip to content

code-raushan/thread-pool-tcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Thread Pool based TCP server

  • TCP server that has a thread pool based thread per client implementation that comes with rate-limiting by default.

  • We can specify the number of workers.

  • go run main.go --workers 4

About

TCP server based on a thread pool implementation in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages