I might have formatted the question wrong, but what I mean is that when the main call stack sees a blocking operation, it pushes it to another API thread. If the calls stack then encounters another similar operation, it likewise pushes it to API thread. If multiple users send requests, then this thread will fill up. As far as I know, all those requests execute simultaneously and I'm curious if there can be a limit when it overflows. If so, what happens when there are too much concurrent operations?
Submitted September 22, 2020 at 08:48AM by turbohedgehog
No comments:
Post a Comment