I'm using self hosting asp.net web api from a WPF appliaction that serves as a server. I'm wondering what the scaling will be like for many clients when self hosted, does the web api manage a thread pool & recycle those? Or is it single threaded by default? Does it use 1 thread per call or does it have a limit etc etc. Any information on this would be great as well as any information on the configurability of the threading behavior.
问问题
1796 次