Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
File descriptor passing
Passing file descriptors from one process to another (»remote dup«)
Pass a SCM_RIGHTS control message via a PF_UNIX socket. It contains an fd array.
Use at least a one byte message to carry it.
Allows authentication servers for fd resources
Allows you to avoid threads for more fault encapsulation.