Questions tagged [multi-threading]
79 questions
-1
votes
2 answers
How to run a single-threaded application on multiple processor cores efficiently?
There is this old application that we are using (called Aldfaer) that only uses a single thread. One of its processes takes about 90 minutes to complete at this moment, and we would like to decrease the time it takes for this job to complete. For…

Master-Guy
- 117
- 2
-1
votes
3 answers
613 threads limit on debian
When running this program thread-limit.c on my dedicated debian server, the output says that my system can't create more than around 600 threads. I need to create more threads, and fix my system misconfiguration.
Here are a few informations about my…

Joel
- 195
- 2
- 10
-2
votes
1 answer
PHP - Multicore for hashing
I have a server with 2 intel xeons on it, this gives me quite a lot of cores. And on that server i have an app, that uses php to hash passwords in blowfish. But the issue is php is not using all the cores it could, so the hashing becomes slow as…

Jojo01
- 129
- 7
-2
votes
1 answer
Check if mysql is using multithreading?
When I check the processes/active tasks on centos using the top command, when using SSH.
I only see 1 mysql process. Does this mean that it is only using one cpu core out of my 4 cpu cores?

user8005
- 11
- 1
- 4