Displaying 1 result from an estimated 1 matches for "unix_socket_fd".
2010 Jan 23
1
Mail process plans: multiple connections in a process + idle processes
...pts all connections coming from
login processes when they've finished authenticating a connection.
Internally it figures out if the connection should go to a new or an
existing process. It keeps track of
username -> { mail_process[], cookie (see idle processes below) }
mail_process -> { unix_socket_fd, connection_count }
So there's a connection to each mail process. This connection is used to
send connection fds for the process to handle. It's also used to receive
notifications when a connection is closed.
The mail process sockets could also be used to communicate to a specific
process...