Re: Implications of setting SIGCHLD in relation to NIFs
Max Lapshin <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMxVRxDHTvnPRhUB_7n8JirAA1VUEcSMgBA9Y-KPOdyL8o3rQg@mail.gmail.com> |
> 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