Application Start Type

Eng. Wael Samaha waelsamaha@REDACTED
Fri Apr 9 01:04:33 CEST 2010


I found it also in the official "application" module, application:info() , (which is 
calling application_controller internally) , but it is not specified in the 
documentation.
Is there any other documented and reliable way ?.

--- On Thu, 4/8/10, Eng. Wael Samaha <waelsamaha@REDACTED> wrote:

From: Eng. Wael Samaha <waelsamaha@REDACTED>
Subject: Re: Application Start Type
To: erlang-questions@REDACTED
Date: Thursday, April 8, 2010, 1:48 AM

I got a way to get the application StartType using the below interface.
 application_controller:info().
But this module is an internal module within the Kernel application and not documented or recommended to be used externally.

--- On Tue, 4/6/10, Eng. Wael Samaha <waelsamaha@REDACTED> wrote:

From: Eng. Wael Samaha <waelsamaha@REDACTED>
Subject: Application Start Type
To: erlang-questions@REDACTED
Date: Tuesday, April 6, 2010, 4:19 PM

Dear all,
    Is there a way to know the start type for currently started applications?.
I'm
asking because I have a live system with applications started on top of
it. Some of these application started as temporary and others started
as permanent. I need now to know only which are started as permanent to
stop and re-start again as temporary.
I know I can stop all
applications and start them again with the default type (temporary),
but I'm seeking for a way to only stop those are needed to be stopped.

Regards,
Wael

      


      


More information about the erlang-questions mailing list