DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34052>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34052 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-17 14:15 ------- I'm not sure I understand the problem. Is the test setup this. 1. you have a webservice test plan that uses the webservice sampler 2. you're using multiple systems to do remote testing Is that accurate. I should warn you that webservices scale horribly with respect to concurrent load. If the xml parser your application is using is slow and eats a ton of RAM, it's going to be hard to handle 20 concurrent webservice requests on a 2.4ghz P4 system or 2ghz althon system. This is from benchmarking with IIS + .NET and crimson for Java with tomcat. with just one system, you can easily overload a webservice on the serverside. especially if the webservice is making a call to a remote database and doing real work. peter -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
