switched to preforking daemon

This commit is contained in:
SJ
2012-01-07 00:00:36 +01:00
parent 0353b27f68
commit 05c379a163
19 changed files with 359 additions and 594 deletions

View File

@@ -27,7 +27,6 @@ struct __config {
int number_of_worker_processes;
int max_requests_per_child;
int max_connections;
int backlog;
@@ -61,6 +60,9 @@ struct __config {
char sqlite3[MAXVAL];
char sqlite3_pragma[MAXVAL];
int update_counters_to_memcached;
int memcached_to_db_interval;
};