jtmzheng / 3dss

2 stars 0 forks source link

[bug] fixing add/remove models to use blockingqueues rather than synchro... #36

Closed araghava closed 9 years ago

araghava commented 9 years ago

fixing add/remove models to use blockingqueues rather than synchronizing on a lock, as the lock was being held by simulate() for a very long time.