[erlang-questions] inets services startup

Julian Fondren ayrnieu@REDACTED
Fri Apr 6 08:47:51 CEST 2007


On 4/6/07, Serge <serge@REDACTED> wrote:
> Are there any more elegant ways of embedding inets and
> solving the described issue aside from patching the distribution?

Why do you discard the solution of patching the distribution?
It's quite easy to do; you can even have your patched module
refuse to operate when other modules of its OTP application
change versions, as in a OTP upgrade.  Your patched module
can live in its own space and just get loaded favorably with
code:add_patha/1


Cheers,
Julian



More information about the erlang-questions mailing list