Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Async/Await in high-scale projects

Is using Async/Await in calling every database methods(Repository Pattern) in a large and high scale project, ok?
Is it going to lower my server performance?
Sorry for my English 🙁

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Is using Async/Await in calling every database methods(Repository Pattern) in a large and high scale project, ok?

Yes.

Is it going to lower my server performance?

The speed of each individual request will remain approximately the same. However, the scalability of your sever will increase (become more performant), assuming that your database backend is also scalable.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading