Very bad response time on win64 builds using gcc 4.8 when queue is running, Issue 2384

This commit is contained in:
Ingo
2014-05-19 13:42:56 +02:00
parent 9393dad57e
commit 260e4da272
4 changed files with 17 additions and 4 deletions

View File

@@ -70,9 +70,7 @@ public:
{
int threadCount=1;
#ifdef _OPENMP
#ifndef WIN32 // see Issue 2370
threadCount=omp_get_num_procs();
#endif
#endif
threadPool_=new Glib::ThreadPool(threadCount,0);