caching infrastructure (need optimizations)

This commit is contained in:
roberto@sirius
2010-12-09 19:54:37 +01:00
parent 7d6f93d1cb
commit b75ba73264
13 changed files with 379 additions and 74 deletions
+4
View File
@@ -645,6 +645,10 @@ void uwsgi_uwsgi_config(char *module) {
if (uwsgi.sharedareasize > 0 && uwsgi.sharedarea) {
init_uwsgi_module_sharedarea(new_uwsgi_module);
}
if (uwsgi.cache_max_items > 0) {
init_uwsgi_module_cache(new_uwsgi_module);
}
}
#endif