On 7 January 2013 08:33, frank <[email protected]> wrote: > i run a script with 50 threads, and the responses of some request said : > > org.apache.commons.httpclient.ProtocolException: The server .... failed to > respond with a valid HTTP response > at
What happens if you run with fewer threads? e.g. 5? Does the test work OK then? If so, most likely 50 threads is too much load for the server. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
