discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] How is processor time given to blocks?


From: Sean Jordan
Subject: Re: [Discuss-gnuradio] How is processor time given to blocks?
Date: Mon, 26 Jul 2010 10:09:31 -0700


You should treat each block as a black box, unrelated to the blocks
upstream or downstream from it.  If you're thinking that they are
related, or are trying to second guess the scheduler wrt noutput_items
or the amount of input available when your general_work function is
called, you're headed for trouble.

Eric

That clarifies things. Thanks for explaining that.

Sean

reply via email to

[Prev in Thread] Current Thread [Next in Thread]