Question: how Wiremock.net handle concurrent requests/responses #221

Closed
opened 2025-12-29 14:25:34 +01:00 by adam · 1 comment
Owner

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.

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.
adam added the question label 2025-12-29 14:25:34 +01:00
adam closed this issue 2025-12-29 14:25:34 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#221