Intially test for a few users & then ramp up. That's how you can nail down issues.
Cheers, S On Mon, Jan 7, 2013 at 8:35 PM, sebb <[email protected]> wrote: > 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] > >
