various fixes

This commit is contained in:
roberto@fiorenzo
2010-12-01 13:35:40 +01:00
parent eab271e1e1
commit 320a2b8a7f
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -71,9 +71,11 @@ void master_loop(char **argv, char **environ) {
char *cluster_opt_buf = NULL;
int cluster_opt_size = 4;
#ifdef UWSGI_MULTICAST
char *cptrbuf;
uint16_t ustrlen;
struct uwsgi_header *uh;
#endif
#endif
int i,j;
+3
View File
@@ -4,6 +4,9 @@
<http>:9090</http>
<socket>:3031</socket>
<socket>127.0.0.1:3032</socket>
<manage-script-name/>
<master/>
+7
View File
@@ -0,0 +1,7 @@
# werkzeug test module via YAML
uwsgi:
module: werkzeug.testapp:test_app # a comment
socket: :3032 # another comment
master: 1
processes: 8 # the number of processes
memory-report: 1