After reading lots and lots of Uwsgi docs I Still don't think I understand exactly what memory space is shared between uwsgi workers running the web server. I have some memory based shared config (and configurable from the outside) everything running Django should have access to. Are uswgi worker processes a **real** process? if so what memory space is shared between them?
Yes, I know I can use redis/memcache etc for inter process communication but it's both ugly and slower then "in memory". Thanks! Twitter:@alonisser <https://twitter.com/alonisser> LinkedIn Profile <http://www.linkedin.com/in/alonisser> Facebook <https://www.facebook.com/alonisser> *Tech blog: *https://medium.com/@alonisser* and the hebrew one: * 4p-tech.co.il/blog *Personal Blog:*degeladom.wordpress.com Tel:972-54-6734469
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
