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
+1
View File
@@ -195,5 +195,6 @@ void gil_fake_release(void);
void init_uwsgi_module_advanced(PyObject *);
void init_uwsgi_module_spooler(PyObject *);
void init_uwsgi_module_sharedarea(PyObject *);
void init_uwsgi_module_cache(PyObject *);
PyObject *uwsgi_pyimport_by_filename(char *, char *);