This website requires JavaScript.
Explore
Help
Sign In
Muldersoft
/
LameXP
Watch
1
Star
0
Fork
0
You've already forked LameXP
Code
Releases
2
Activity
1,100
Commits
1
Branch
23
Tags
615
MiB
81b2f4ad08
Commit Graph
2 Commits
Author
SHA1
Message
Date
LoRd_MuldeR
bd0a370aee
Welcome to year 2013 ;-)
2013-02-08 23:57:50 +01:00
lordmulder
c18785ce1e
Changed the method to synchronize the analyzer threads: We now use QSet to maintain a list of the thread id's of all threads that are still running - instead of only recording the highest thread id that has finished. This way a thread can now actually check if there still is any running thread with a lower thread id. Before thread n could only check if thread n-1 has finished yet or not. As a result we can relax the waiting now. Only threads that want to emit a file will wait for the "previous" threads to finish.
2012-05-14 00:50:16 +02:00