Write a post simultaneously to other site’s database
-
I have met a very interesting problem.
Now we are developing a cluster of a few independent sites, which collect data from a different sources. And we have a main site, which should display all the data collected. Site planned to be high-load (many visitors at the same time).
We tried to get data by the main site through REST API calls to low-level sites.
In that case site performs a huge amount of operations and even without visitors all the cores overload.
As a variant our command proposed to write the data by low-level sites into main site database simultaneously.
The question is: Could I write a record (post) to main site database too whilst I write it to low-level site database?
Thank a lot for a fast reply.
- The topic ‘Write a post simultaneously to other site’s database’ is closed to new replies.