|
|
|
|
|
by justinsaccount
3682 days ago
|
|
Afaik something like xinetd forks and execs a copy of the daemon for each connection and communicates over stdin/stdout. This can work for simple services like sshd which fork for each connection anyway, but would never work for something like nginx or redis. |
|