Web server approval The Stress Tool claims to be able to simulate HTTP requests generated by up to 10,000 concurrent users and has an entry in the Torry site : Presumably this is written in Delphi or C ++ Builder.
My suggestion:
You can write your custom stress tool (HTTP (S) client) with Delphi (this is my favorite language, so I protect it) using a lightweight HTTP (S) library like the RTC SDK and OmniThreadLibrary for multithreading.
See this page for a hint / hint.
Edit:
Excerpt from Demos \ Readme_Demos.txt in RealThinClient_SDK331.zip
Demonstrations of App Client, Server and ISAPI can be used to stress test the RTC components using remote functions with strong encryption by opening hundreds of connections from each client and flood the Server / ISAPI with requests.
App Client Demo is ideal for stress testing remote RTC functions using multiple connections in multi-threaded mode, visually displaying activity and stage for each connection in a real schedule. The client can choose between "Proxies" and standard connection components to see the difference in bandwidth usage and allocation.
source share