procname initial management

This commit is contained in:
roberto@debian32
2011-10-16 09:45:41 +02:00
parent 02331904de
commit b39a10ff7c
12 changed files with 141 additions and 27 deletions
+1
View File
@@ -2636,6 +2636,7 @@ PyObject *py_uwsgi_grunt(PyObject * self, PyObject * args) {
goto clear;
}
// use a normal fork here
grunt_pid = fork();
if (grunt_pid < 0) {
uwsgi_error("fork()");