Re: Using (stripped down ei.h) with generic TCP instead of ports
Albin Stigö <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMc++1V33HSGuoXw0HyP1qpJLHXuCwiAE9=Ya86SVhPH=nSOZg@mail.gmail.com> |
I would expose the kernel code through a char or block device driver. There are already many facilities in most kernels for effective communication with userpace. a After all, that's the whole point of a kernel... --Albin On Thu, Sep 17, 2020, 16:00 Max Lapshin <[email protected]> wrote: > Your idea is ok. Just strip everything you don't need from ei and it will > work for you. > > As for me, I like enif api more, but Sverker has pointed that I'm > misuing it inside drivers and it may break once =) > > >