jonhoo / volley

Volley is a benchmarking tool for measuring the performance of server networking stacks.
MIT License
123 stars 12 forks source link

Multi-process servers #4

Open jonhoo opened 9 years ago

jonhoo commented 9 years ago

With SO_REUSEPORT, many processes can listen on the same port at the same time. Running several instances of the Go server might reduce the overhead of Go's epollwait as @jbardin points out in this reply on golang-nuts. This issue tracks that idea.