Re: [CentOS] CPU Scheduling allocates more time for few threads

2015-09-11 Thread Gordon Messmer
On 09/02/2015 08:17 PM, Radha krishna wrote: I have a Virtual Machine with CentOS 7 64-bit having 6 CPUs (intel). I have a process with 10 threads. two threads of the process pinned to two CPU's using affinity. These threads processes lot of network messages via Sockets. Other threads wa

[CentOS] CPU Scheduling allocates more time for few threads

2015-09-02 Thread Radha krishna
Hi      I have a Virtual Machine with CentOS 7 64-bit having 6 CPUs (intel). I have a process with 10 threads. two threads of the process pinned to two CPU's using affinity. These threads processes lot of network messages via Sockets. Other threads wait for other events using pthread condition w