[Webtest] http header config to close http connection?
Marc Guillemot
webtest@lists.canoo.com
Tue, 12 Jul 2005 13:31:52 +0200
Hi,
what you do is load testing and I guess that webtest/htmlunit is not the appropriate tool for that. Have you already
tested JMeter?
Marc.
yuetang deng wrote:
> Hi Paul and all,
>
>
> To test my application, I need to send thousands of http requests to
> the server. If I put all the http requests within one TestSpec, then
> after one fault is caught, the other steps won't get invoked. So each
> one is put in an individual webtest TestSpec.
>
> However, the maximum connection the server can handle is about 1000.
> After that, all other connections will be refused. When canoo webtest
> termniates, suddenly all the connections are closed, and the serve can
> handle http request again.
>
> Is there an HTTP header configration to close http connection after
> each HTTP request? Or do we have other sulutions for this problem?
>
> Thanks
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>