These are unix socket pairs intended to communicate between worker
processes.
Actual number of sockets is N but not NxN because they are shared.
Sockets file
descriptors are indeed NxN, but the file descriptor is more cheap kernel
object,
than socket or inode/vnode objects.
–
Igor S.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.