|
|
|
|
|
by Aloisius
177 days ago
|
|
This is definitely talking about scaling past 10K open connections on a single server daemon (hence the reference to a web server and an ftp server). However, most people used dedicated machines when this was written, so scaling 10K open connections on a daemon was essentially the same thing as 10K open connections on a single machine. |
|
Those are not "by process" capabilities and daemons were never restricted to a single process.
The article focuses on threads because processes had more kernel level problems than threads. But it was never about processes limitations.
And by the way, process capabilities on Linux are exactly the same as machine capabilities. There's no limitation. You are insisting everybody uses a category that doesn't even exist.