Hi,
I'm rearchitecting a web app to perform updates only when necessary
(instead of computing them all the time) on each request, I can have a
global announcer and subscribers to know when to update within an
image, but is there a way to have something like that but for
inter-image coordination?
Hi Esteban,
> On 29 Jun 2021, at 04:55, Esteban Maringolo wrote:
>
> Hi,
>
> I'm rearchitecting a web app to perform updates only when necessary
> (instead of computing them all the time) on each request, I can have a
> global announcer and subscribers to know when to update within an
> image,