Re: Implications of setting SIGCHLD in relation to NIFs
Frank Muller <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAFA6GnDWvNdM29jzKCP1Kq7n7YztJNQnW5-7eHUPVsY=1Ev-oQ@mail.gmail.com> |
Hi Max Interesting... Can you shed some light on how you integrate Neural Network with Flussonic from a design perspective? Do you use an external AI library for that ? /Frank Le mar. 24 nov. 2020 à 18:40, Max Lapshin <[email protected]> a écrit : > > I'm not sure I would like to have TensorFlow running inside the Erlang > VM in the first place. > > We analyse video streams with neural networks. It is almost impossible > and useless to run these things in different processes. > > Everything is running in same process because of enormous data > streams, so it is absolutely ok to run all this inside erlang VM =) > > > However, if your traffic is small, it maybe ok to split into different > processes >