[erlang-questions] "detached VM" vs "VM under screen"
CGS
cgsmcmlxxv@REDACTED
Thu Jan 5 14:03:37 CET 2012
Hi,
One major preference to use -detached (implies -noinput which implies
further -noshell) option is when you want to create a persistent
application which doesn't depend on your connection with the machine
where you run the application. It is similar with "nohup" command under
Linux. It also implies the use of less resources than "screen", but with
no capability to interact directly with it.
CGS
On 01/05/2012 12:27 PM, Zabrane Mickael wrote:
> Hi guys,
>
> Is there any preference between running a VM in a "detached mode" (i.e erl -detached ...)
> or simply running it inside "screen" for example witout detaching from it (i.e erl ...) ?
>
> What are the pros/cons?
> Best practices?
>
> Regards,
> Zabrane
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list