|
a291771153
|
Now using a separate QSemaphore to limit the number of tasks in the queue of the QThreadPool. Instead of starting exactly as many task as there are threads in the pool and adding a new task only after a running one finished, we will now keep a fixed number of tasks in the queue (currently hardcoded to 32). Since there always will be more tasks left in the queue than there are threads in the pool, we ensure that no thread will ever become idle. Might be slightly faster than the "old" approach.
|
2012-05-25 02:24:44 +02:00 |
|
|
9f85d123a4
|
Simply deployment scripts a bit.
|
2011-04-19 16:21:19 +02:00 |
|
|
7a0ef2a464
|
Updated deployment script. Now should work regardless of the current directory.
|
2011-04-16 21:20:21 +02:00 |
|
|
db788a2880
|
Fix installer after recent macro changes.
|
2011-04-14 02:21:46 +02:00 |
|
|
ccaa1ba8f5
|
Make deployment script more portable + update to Qt 4.7.1
|
2010-11-10 21:39:37 +01:00 |
|
|
6a480fd764
|
Refactor deployment script
|
2010-11-10 17:03:01 +01:00 |
|