joe-at-startupmedia / pmon3

Golang Production Process Manager
10 stars 0 forks source link

utilize SO_REUSEPORT to provide cluster mode #4

Closed joe-at-startupmedia closed 2 months ago

joe-at-startupmedia commented 10 months ago

https://douglasmakey.medium.com/socket-sharding-in-linux-example-with-go-b0514d6b5d08

joe-at-startupmedia commented 9 months ago

https://douglasmakey.medium.com/socket-sharding-in-linux-example-with-go-b0514d6b5d08 https://github.com/wutchzone/zero-downtime-application/blob/master/socket-option-version/main.go

joe-at-startupmedia commented 2 months ago

There is no need to for this as applications should be load-balanced with more reliable methods instead of at the process level.