Stand Alone Erlang initial processes...

Mark Scandariato mscandar@REDACTED
Wed Jul 7 23:52:52 CEST 2004


I have an application that I'm trying to use with SAE, but it fails when 
it tries to open a udp socket.

Apparently, inet_db isn't loaded when an SAE application starts, and 
can't be started: inet_db:start() calls inet_config:init(), which then 
calls init:get_argument(loader) which of course fails, since init is 
really "fake_demand_init".

Any advice on getting SAE to be a little "heavier" when it starts would 
be appreciated.

Thanks,
Mark.




More information about the erlang-questions mailing list