I need to install my own 'user' server to handle the io. Opening a
remote shell is not good enough, because some applications write
directly to user and that output is lost. The user module is hardcoded
in the kernel application startup, so I guess it's not as simple as
killing the original and registering my own. Can it be done at all?
Maybe -noshell and -detached could help?
best regards,
Vlad
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
I'll try that, thanks a lot!
> undocumented and probably unsupported?
I can live with that :-)
regards,
Vlad
> BR /Fredrik
>
> On Wed, Apr 15, 2009 at 10:52 PM, Vlad Dumitrescu <vlad...@gmail.com>
> wrote:
>> I need to install my own 'user' server to handle the io.