Anyone have code for load testing a mini webserver?
I'm thinking I may try to do the sample code and just run a for/next loop on it with a spe cified number of hits.
The app only stays connected long enough to send a page so it may be necessary to do say 255 hits at one time to see how it performs..
then there's wget.exe from Microsoft but I think a home built solution will fit my needs...
Tx,
I'm thinking I may try to do the sample code and just run a for/next loop on it with a spe cified number of hits.
The app only stays connected long enough to send a page so it may be necessary to do say 255 hits at one time to see how it performs..
then there's wget.exe from Microsoft but I think a home built solution will fit my needs...
Tx,
Comment