Concurrent processes do not utilize all available CPU

Posted by metdos on Stack Overflow See other posts from Stack Overflow or by metdos
Published on 2013-11-11T15:13:22Z Indexed on 2013/11/11 15:53 UTC
Read the original article Hit count: 113

I run some processes on an EC2 cc2.8xlarge instance which has 32 virtual processors.

For some type of processes, when I run 16 processes on parallel, all of them use 100% of CPU cycles. But for other type of processes, they are not using 100% CPU and they finish considerably slower than a single thread.

There is no time spend on IO and all data is served from memory. Do you have any idea about the reason of this problem?

© Stack Overflow or respective owner

Related posts about process

Related posts about amazon-ec2