Re: Load Balancing and Caching

2019-04-20 Thread Johann Werner
Hi Jérémy, you could achieve that by Wonder means with ERJGroupsSynchronizer that has a postRemoteNotification method. If you receive that notification you would then clear your Map objects. jw > Am 18.04.2019 um 08:35 schrieb Jérémy DE ROYER : > > Hi all, > > After the presentation of Denn

Re: Load Balancing and Caching

2019-04-18 Thread Jérémy DE ROYER
Thank’s for your answer. I will make a poc with. Jérémy Le 18 avr. 2019 à 10:40, Bogdan Zlatanov mailto:bogdan.zlata...@gmail.com>> a écrit : I’d look at Hazelcast, if others don’t come up with something that’s already in WO/Wonder. Cheers On 18. Apr 2019, at 08:35, Jérémy DE ROYER mailt

Re: Load Balancing and Caching

2019-04-18 Thread Bogdan Zlatanov
I’d look at Hazelcast, if others don’t come up with something that’s already in WO/Wonder. Cheers > On 18. Apr 2019, at 08:35, Jérémy DE ROYER > wrote: > > Hi all, > > After the presentation of Dennis, I was digging the use of load balancing and > was wondering how (or is) the cache insid

Load Balancing and Caching

2019-04-17 Thread Jérémy DE ROYER
Hi all, After the presentation of Dennis, I was digging the use of load balancing and was wondering how (or is) the cache inside the Application class (that extends WOApplication) synchronized. Indeed we use Map(s) (more exactly ConcurrentHashMap) to cache some stuffs inside the app and reduce