Re: OFBiz in cluster, load balance, different availability zones

2018-03-06 Thread Michael Brohl
How does an in-memory database like Redis hel with the setup of clustering/load balancing? Regards, Michael Am 07.03.18 um 02:07 schrieb Shi Jinghai: Or Redis[1] with Redisson[2]? 1. https://github.com/antirez/redis 2.

Re: [Discussion] Creating a unified service-library component

2018-03-06 Thread Taher Alkhateeb
Hi Paul, Yeah I am proposing one big component to house all services. The reason is that it makes no sense in separating them because they are tightly coupled and depend on each other heavily (because they share the full data model) As I mentioned in my first email, we can perhaps create a new

Re: [Discussion] Creating a unified service-library component

2018-03-06 Thread Paul Foxworthy
Thanks Taher, I agree with your idea. I agree that most services can and should be decoupled from user interfaces. As you say if a service exists only to support a UI, it can stay with the UI component. Services that only make sense to support AJAX calls would be one example. If most services

Re: OFBiz in cluster, load balance, different availability zones

2018-03-06 Thread Shi Jinghai
Or Redis[1] with Redisson[2]? 1. https://github.com/antirez/redis 2. https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks#145-tomcat-redis-session-manager -邮件原件- 发件人: biletnikov@ [mailto:gmail.com biletni...@gmail.com] 发送时间: 2018年3月6日 20:53 收件人:

OFBiz in cluster, load balance, different availability zones

2018-03-06 Thread biletnikov
Hi all, I still support OFBiz 12.04 + some custom extensions for one customer. Now, we need to launch OFBiz in a cluster or it is better to say on different machines in different availability zones in AWS infrastructure. The main problem arises here is the http session replications among all