[Discuss-gnuradio] Can I start threads in a GNU Radio application

2013-03-25 Thread M. Ranganathan
I am writing a gnu radio application where I started a thread to read an external socket. It seemed to introduce some odd behaviours such as looping back of signal where I did not expect it. Is it permissible to start blocking threads in the python part of a gnu radio application? I am

Re: [Discuss-gnuradio] Can I start threads in a GNU Radio application

2013-03-25 Thread Josh Blum
On 03/25/2013 04:17 PM, M. Ranganathan wrote: I am writing a gnu radio application where I started a thread to read an external socket. It seemed to introduce some odd behaviours such as looping back of signal where I did not expect it. Is it permissible to start blocking threads in the

Re: [Discuss-gnuradio] Can I start threads in a GNU Radio application

2013-03-25 Thread M. Ranganathan
On Mon, Mar 25, 2013 at 5:34 PM, Josh Blum j...@ettus.com wrote: On 03/25/2013 04:17 PM, M. Ranganathan wrote: I am writing a gnu radio application where I started a thread to read an external socket. It seemed to introduce some odd behaviours such as looping back of signal where I did