thread by testy8888 from LinuxQuestions.org on 2020-10-03 08:29 (#58RQF) Hi,If a process has 12 threads than this process can handle 12 inputs or connections?ps -ef|grep httpdroot 4177 1 /usr/sbin/httpdapache 4178 4177 /usr/sbin/httpdapache 4179 4177 /usr/sbin/httpdps -T 4179|wc -l65this mean that this proces 4179 can handle 65 concurent connections?