mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Question: how Wiremock.net handle concurrent requests/responses #221
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @huchong482 on GitHub (Oct 22, 2019).
Thanks a lot for this awesome tool.
Just a quick question, how does Wiremock.net handle parallel requests?
For example, is there any setting regarding the threads or concurrency when starting the wiremock server?
If I deployed the Wiremock as a standalone or IIS/Azure, how many requests usually it can handle at the same time before it becomes responsiveless….
Thanks.
@StefH commented on GitHub (Oct 22, 2019):
WireMock is build for functionality, not really for speed.
However, it uses normal Owin (for net framework) and WebHostBuilder (for .NET Core), so it should be able to handle some load.