C
C#2y ago
.

Is ASP.NET Core requests handling multi-threaded?

Do I understand correctly that requests may be processed in different threads? For example, if I have a singleton queue should I use a ConcurrentQueue<T> instead of Queue<T> for that?
2 Replies
Pobiega
Pobiega2y ago
Yup.
.
.OP2y ago
Thank you!
Want results from more Discord servers?
Add your server