On Thu, Sep 04, 2008 at 12:04:23AM +0300, Juha Vierinen wrote:
> Hi,
> 
> What is the best way to implement double buffering with the new
> scheduler? I'm hoping to solve some bursty I/O with sufficient average
> bandwidth.
> 
> I am thinking of creating a enqueue sink block, and a dequeue source
> block. Do you think this will work with the new scheduler? Is it a
> problem if the resulting graph has two disjoint parts?
> 
> juha

I'm not exactly sure what you're asking.

All block-to-block connections are double buffered when running with
the thread-per-block scheduler.

How much buffering do you think you need?

There's no problem with the graph having N disjoint parts.

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to