Re: Deprecation of erl_boot_server
Max Lapshin <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMxVRxDwCRXdOF1EshQ2XnoR+oYGQ2MVY9o3Ho5PsL=m47sHXA@mail.gmail.com> |
Usually it is done via NFS. We had even to write nfs implementation for our coder =) On Thu, Dec 10, 2020 at 4:24 PM Lukas Larsson <[email protected]> wrote: > > Hello! > > We are thinking about deprecating and then removing the erl_boot_server (https://erlang.org/doc/man/erl_boot_server.html) and corresponding support in erl_prim_loader. erl_boot_server is used to boot systems that do not have a disk to read Erlang modules from but instead do it via tcp. > > So we would like to know if anyone is using this functionality? and if so, what is the problem that you are solving with it? > > Lukas