I've been running Webload tests where I get log window "Server not responding" warnings although my test server appears to have plenty of available CPU time and memory and appear to be responding quite quickly to the majority of the requests being made.
Only 1 or 2 http requests out of every 100 or so return this warning and they happen somewhat sporadically during my test run.Has anyone else seen this?
I've even tried manually logging into my test server during test runs just as a sanity check and the reponse time is great.
Also, I've searched through the documentation and on Radview's site - does anyone know of a trigger type function you can call when a thread receives a warning message?
I don't mean the WarningMessage() function, which lets you raise a custom warning message, I need something that can tell me when one of my test threads gets a "server not responding" (or any other) warning so that I can handle that condition.
Something analagous to OnScriptAbort() but for warning messages.
Thanks,
Matt
------------------