Click here to Skip to main content
15,887,944 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Should I use Async or simply Sync methods in my WebApi aplication?

I use mvc5 and EF 6.

The operations are mainly CRUDs and listing ( select against the database )
and the DB queries are running quite fast.

The system is used by about 1000 concurrents users.

Do I gain performance using Async?
What tool can I use to evaluate both scenarios ? ( stress test )

Thanks in advance!!

What I have tried:

I'm using EF, generic repository, UOW, all with sync methods and I was asked to decide if to pass to Async..
Posted
Updated 8-May-18 17:09pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900