On Tue, Jun 9, 2020 at 7:59 AM Bogdan Popa <bog...@defn.io> wrote: > > I think we'd need to also set `SO_REUSEPORT', which is not available on > all platforms, to support multiple processes listening on the same port > without reusing file descriptors.
And even where it is available, it doesn't work the same way. The Linux version can be used to load balance accept()s across processes, but the BSD version (also in OS X) cannot. (FreeBSD apparently has a variant, SO_REUSEPORT_LB, that behaves like the Linux version of SO_REUSEPORT.) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAKfDxxxg_CanKg1Kgj0XP4%2B8aaGNB64ysmmGPCuK4PXq0nmQhg%40mail.gmail.com.