Python Forum

Full Version: Test http requests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the wsgiref module to handle http requests. How could you make request tests until overloaded in order to be able to identify the request capacity wsgiref supports ?
I've used Siege to do this.
(Jul-07-2020, 04:46 AM)ndc85430 Wrote: [ -> ]I've used Siege to do this.
Thanks, I'll take a look.