This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TDA2PXEVM: How about multiple chains scattering among different applications?

Part Number: TDA2PXEVM

Tool/software: Linux

Hi,

In the demo apps.out, all the sample chains are packed into the same application process with system initialization (system_init) once and only once. Now I have to distribute multiple functionalities (chains) in different applications which certainly run in different Linux processes, I wonder whether current vision sdk (Version 3.04 or 3.05)  is compatible with the situation?  and what the potential issues /limitations I may need to be aware of?

Thanks!

Regards,

Simon

  • Hi,

    Different linux processes means you want to run different binaries for running different chains.

    If yes then such support is not present in VSDK 3.04 & 3.05.
    If you want to implement in that way then you need to rebuild all different binaries with same code flow but calling different chains.

    Regards,
    Anuj
  • Hi Anuj,

    Thanks for your reply. I mean how to keep eye open to avoid conflicts when implements chains in such a way. Can you help clarify the following concerns.
    1. whether the same links can be involved in different chains implemented in different applications?
    2. how about the system initialization (system_init), does every application need repeat the initialization process.
    3. any other notable things for such implementation.

    Thanks!

    Regards,
    Simon
  • Hi,

    Such implementation has not been achieved so i am not 100% sure about my answers but you start developing and if you face any issue you can take help from this forum.

    1. whether the same links can be involved in different chains implemented in different applications?
    yes
    2. how about the system initialization (system_init), does every application need repeat the initialization process.
    yes
    3. any other notable things for such implementation.
    you just need to implement the same code flow with different list of chains.

    The above answers will be aligned untill you are not running different processes simultaneously else you will face resource availability issue.

    Regards,
    Anuj