On 2016-09-19 08:19, Ali Kefia wrote:
> the issue with cache on multi workers is that invalidation does not 
> propagate.

Could you proof your statement?

> And since using db is counter cache principle, we took Redis.

I do not understand the reasoning.

> side effect advantages were:
> 
>    - less locks on Python code

On single-thread it should not change anything.

>    - less memory usage (shared memory)

agree even but at the cost of network communication.

>    - faster worker startup (since cache is already up and loaded)

except if using threaded workers.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20160919153558.GN29096%40tetsuo.

Reply via email to