1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-22 19:33:20 +03:00
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge
2016-04-13 21:12:49 +02:00
parent c1078c4374
commit 61d54903e3
3 changed files with 6 additions and 4 deletions

View File

@@ -207,6 +207,7 @@ Traefik is obviously slower than Nginx, but not so much: Traefik can serve 28392
Not bad for young project :) !
Some areas of possible improvements:
- Use [GO_REUSEPORT](https://github.com/kavu/go_reuseport) listener
- Run a separate server instance per CPU core with `GOMAXPROCS=1` (it appears during benchmarks that there is a lot more context switches with traefik than with nginx)