2010/10/6 Szymon Kosok <[email protected]>: > Dnia 2010-10-06, śro o godzinie 12:04 +0200, Roberto De Ioris pisze: >> What storage system you use for sessions/caching ? > > Memcached via own pylibmc (libmemcached) wrapper.
I came across this: be careful python memcache client is *not* thread safe. You have to use a different memcache client in each thread. -- Jean-Baptiste Quenot _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
