Hi, my simple plugin just runs simple shell-script. So it consists raws: ... status = posix_spawn(&pid, cmd, NULL, NULL, args, environ); waitpid(pid, &status, 0); ....
My script worked,I got result and happy. But I'm not fully happy when saw this raws in uwsgi-log for each requests: ... DAMN ! worker 2 (pid: 80995) died, killed by signal 6 :( trying respawn ... Respawned uWSGI worker 2 (new pid: 81004) .... So my question: what is true-way for run custom-shell command under uwsgi-plugin? Thanks! _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
