]> git.gag.com Git - debian/openrocket/commit
Switch to a LinkedBlockingQueue in front of the loader thread pool because it elimina...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 11 May 2012 03:21:27 +0000 (03:21 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 11 May 2012 03:21:27 +0000 (03:21 +0000)
commit82a3af1f94d3a6ec03ef68c3c7a01c7a4321d193
tree314658f306d19352efdd1f1cc4c3c2cb21100d87
parent9f39823642f378417ebc6380c96bcc525d2b9b03
Switch to a LinkedBlockingQueue in front of the loader thread pool because it eliminates RejectedExecutionExceptions.  The down side is the generator will block when the queue is full.  Oh well.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@667 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/startup/ConcurrentLoadingThrustCurveMotorSetDatabase.java