M4-Report #188
Replies: 3 comments
-
Challenges in server endGiven the need to store entities a n d ensure smooth operation in a production environment, maintaining and managing data persistency is a big challenge. To address these issues, we decided to integrate an external database. By leveraging MongoDB, we aim to enhance our data persistence capabilities. And also MongoDB offers high flexibility and performance to our application. Considering the limited memory in Google cloud, handling concurrency in the cloud is a significant challenge. To prevent potential scaling issues, we create a thread pool to pre-allocate resources. We restrict maximum 10 threads running at the same time, it can prevent high traffic waiting and caused errors to our application. |
Beta Was this translation helpful? Give feedback.
-
Challenges: What We Learned |
Beta Was this translation helpful? Give feedback.
-
Challenges: What We Learned |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
Challenges
What We Learned
Beta Was this translation helpful? Give feedback.
All reactions