* Update multisocket README.md
I was a bit confused why `multisocket` wasn't working for me, but I eventually found 38c020941b/core/dnsserver/register.go (L308):
```
// create one server by default if no NumSockets specified
numSockets := 1
if group[0].NumSockets > 0 {
numSockets = group[0].NumSockets
}
```
I tried to summarize my understanding in the README
Signed-off-by: Ryan Brewster <rpb@anthropic.com>
* Update plugin/multisocket/README.md
Co-authored-by: Ville Vesilehto <ville@vesilehto.fi>
Signed-off-by: Ryan Brewster <rpb@anthropic.com>
---------
Signed-off-by: Ryan Brewster <rpb@anthropic.com>
Co-authored-by: Ville Vesilehto <ville@vesilehto.fi>
* multisocket plugin improves performance in multiprocessor systems
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* - refactoring
- update doc
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* remove port from reuseport plugin README
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* rename reuseport plugin to numsockets plugin
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* Add Recommendations to numsockets README
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* added numsockets test; made NUM_SOCKETS mandatory in doc
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* restart and whoami tests for numsockets plugin
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* default value for numsockets
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* caddy up
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* add numsockets to plugin.cfg
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* - rename numsockets plugin to multisocket
- default as GOMAXPROCS
- update README
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
* resolve conflicts
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
---------
Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>