Saturday, 20 April 2019

how to share data between many instances without using an on-disk database?

I have an application that might get some traffic so many instances will be created to handle requests. There is also a daily generated json data that should be accessible by all the instances. is my best solution to store this data in a database and then query it from each process? or is there other solutions?

Submitted April 20, 2019 at 05:59PM by Demado

No comments:

Post a Comment