OpenShift::Runtime::Frontend::Http::Plugins::ApacheDBJSON
# File lib/openshift/runtime/frontend/http/plugins/nodejs-websocket.rb, line 173 def callout childpidfile = "/var/run/openshift-node-web-proxy.pid" begin cpid = File.read(childpidfile).to_i if cpid != 0 Process.kill("HUP", cpid) end rescue Errno::ENOENT # No child PID file rescue Errno::ESRCH # No such process end end
Generated with the Darkfish Rdoc Generator 2.