> Hello Roberto,
>
> I'am getting this error while using it on the same machine, so I don't
> use it over the network.
>
>

I was meaning, accessing the cache via tcp/unix from another instance
(even from the same machine). Using that approach could be a lot slower
than using memcached/redis as uWSGI caching uses heavy locking, that is a
lot faster in respect to networking overhead, but it is obviously an
additional bottleneck if you use it via tcp/unix sockets.

You are now hosting 2 apps in the same process sharing the cache, so, from
a performance point of view it is a "perfect setup".

I will investigate tomorrow why (and when) the cache simplified api broke
networking support.


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to