Description of problem: nodejs-0.6 has the following ENV variable: OPENSHIFT_NODEJS_PID_DIR It would be nice if all the cartridges had something like OPENSHIFT_APP_PROCESS_PID pointing to the pid file of the app. Version-Release number of selected component (if applicable): devenv-stage_424 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
What if there are more than one processes running in one cartridge? Typically more than one Apache service?
Also for the Zend server for example, there are many services running in parallel so it is not clear to me what PID will should OPENSHIFT_ZEND_PID for example advertise.
Not actual any more. I have found a way to find app's pid without the ENV variable. It was needed for testcases that check the hot_deploy functionality