Hello,
I'm making an application that needs to read, and process data on the DSP and send it every 16usec to the GPP. On the max performance needed I need to transmit 4 messages of 4KB each from the DSP to the GPP as well as another message that is of about 1KB on another queue. On this test it fails as the GPP can't get the data and store it fast enough (it works with 2 messages of 4KB). I was using queues for the communication, but I was wondering if maybe using RingIOs would get me a faster reading time on the GPP, or maybe it could improve the performance.
I would appreciate any thoughts on this, for I'm thinking about testing the Ring, but I have to make several modifications, speaking of which, should I make separate POOL for the queues and the Rings?
Thanks in advance for any help,
~ Aquiles Lacruz