Re: [lng-odp] Why do not odp use a multi-process model?

2017-02-16 Thread Francois Ozog
Hi, I'd like to complement Christophe's answers. Today, Linaro produces an ***API*** and a reference implementation so that silicon vendors can produce high performance, production grade ODP on their platform. So I would encourage you to use the version that is compatible with your hardware

Re: [lng-odp] Why do not odp use a multi-process model?

2017-02-14 Thread Christophe Milard
Hi, I am not sure about who you are, what you are trying to do, and how you are trying to do it. I am not even sure I understand fully your concerns. ODP itself does not specify what concurrency model is used. Some ODP implementations may use pthreads, some others processes, or whatever they

[lng-odp] Why do not odp use a multi-process model?

2017-02-14 Thread ice
I am trying to apply odp to our project, But I found odp is a multi-threaded model . So I began to worry about the stability of the work-thread, If a thread crashes, what happens to other threads? Why do not odp use a multi-process model? Who can answer my question? thanks