Hi Marcus,

Can you point me to the code in Gnu radio where the "real" threads are created.

-ben
________________________________
From: Marcus Müller <marcus.muel...@ettus.com>
Sent: Sunday, March 10, 2019 7:23 PM
To: Benny Alexandar; usrp-users@lists.ettus.com
Subject: Re: [USRP-users] Py Threads

Speaking for the GNU Radio side: All GNU Radio Blocks run in their
separate, "real" thread and hence are actually fully concurrent. All
resulting thread-safety concerns do arise.

Best regards,
Marcus Müller

On Sun, 2019-03-10 at 11:56 +0000, Benny Alexandar via USRP-users
wrote:
> Hi All,
>
> Its known that using Python threads won't result in teh concurrency
> for process oriented functions. Unless you use process instead of
> threads you won't get concurrency in Python.
>
> How it is managed in UHD or Gnu Radio ?
>
> -ben
> _______________________________________________
> USRP-users mailing list
> USRP-users@lists.ettus.com
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to