guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

theron6 - blocking mode concurrency issue #87

Open guruofquality opened 11 years ago

guruofquality commented 11 years ago

I'm am seeing an issue when trying to max out the threads with a non-throttled flow graph. I believe that in blocking mode, we are causing a concurrency issue. I think its just the optimization of shared vs local queues. More investigation is required.