first round for implementing cpython fork-server

This commit is contained in:
Unbit
2014-06-25 09:51:52 +02:00
parent c9771d091a
commit c7bacc6fbe
5 changed files with 45 additions and 2 deletions
+1
View File
@@ -199,6 +199,7 @@ struct uwsgi_python {
struct uwsgi_string_list *sharedarea;
int call_osafterfork;
int pre_initialized;
};