Oh, you want to share directly python objects, not data blobs. Do you really need to access it as object? If it's so big then maybe it contains big arrays or dicts that can be separated from python object and stored in cache or shared area?
2013/5/17 Łukasz Mierzwa <[email protected]> > There is also "shared area" feature in uWSGI, I'm not sure if it could > help in this case. > http://uwsgi-docs.readthedocs.org/en/latest/SharedArea.html > > -- > Łukasz Mierzwa > -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
