Closed bikallem closed 9 months ago
Set socket SO_REUSEPORT to true. Sockets with SO_RESUSEPORT set to true are automatically load balanced by the Linux OS.
This will be especially useful in OCaml 5.0 with multicore support.
Set socket SO_REUSEPORT to true. Sockets with SO_RESUSEPORT set to true are automatically load balanced by the Linux OS.
This will be especially useful in OCaml 5.0 with multicore support.