discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] double buffering with new thread-per-block schedu


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] double buffering with new thread-per-block scheduler
Date: Wed, 3 Sep 2008 17:29:15 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

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




reply via email to

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