Languages

Menu
Sites
Language
How to find web service app is independent

Req. 1860 The Web Service Application Runtime SHOULD be launched as an independent process.

what does this actually mean

I have observed all the process running is same from service starts to terminate is that it 

or it should not have a parent process or some thing else

how to know the app is independent.

 

Responses

4 Replies
AVSukhov

Hello,

Each application in the package follows its own application life-cycle

Prajith Premanandan

can you please elaborate what actually you meant to say

AVSukhov

Hello,

As says daniel kim life-circle your service should not be depends from your ui app

daniel kim

Hi,

As web service application should not have a dependency of other process, it should running independently. otherwise, it can be suspend as per life-cycle of other process.

      1850. The Web Service Application Runtime SHOULD keep running even if the launching application is terminated.