reimplementation of the cache networking protocol to be fully non-blocking

This commit is contained in:
Unbit
2013-03-08 13:45:27 +01:00
parent f3f191558a
commit cd29b033f0
7 changed files with 335 additions and 10 deletions

View File

@@ -832,9 +832,7 @@ void init_uwsgi_embedded_module() {
init_uwsgi_module_sharedarea(new_uwsgi_module);
}
if (uwsgi.caches) {
init_uwsgi_module_cache(new_uwsgi_module);
}
init_uwsgi_module_cache(new_uwsgi_module);
if (uwsgi.queue_size > 0) {
init_uwsgi_module_queue(new_uwsgi_module);