my german is very rusty, but if I understand correctly, you tried 200 threads and have no problems with 75. At which point did the server start denying connections.
Personally, I've tested tomcat, jetty and resin with 250 threads without any problems hitting a very simple jsp page and static image. If you haven't read the performance articles listed on the website, I would recommend reading them. peter On 1/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hallo Noam, > > Ich bekomme diese Probleme aber immer nur dann, wenn ich mit 200 Threads > laufe. > Bei 75 Threads gibt es noch keine Probleme. > > Ich habe auch schon mal gesucht, ob es Rahmenbedingungen für Jmeter gibt > wie > z.B. Hauptspeicher, Plattenplatz etc. > Hast Du soetwas schon mal gesehen? > > Gruß Torsten > > -----Ursprüngliche Nachricht----- > Von: Noam Paz [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. Januar 2006 13:58 > An: JMeter Users List > Betreff: Re: How much threads ? > > > > Torsten, > this doesn't seem to be a problem of too many threads. > I suspect the server is not accessible, at least not on the port and > protocol you look at. Alternatively you don't have the servers > certificate. > > > Best regards / Viele Grüße > > Noam Paz > > > > > > > > [EMAIL PROTECTED] > > > > 30.01.2006 13:52 > To > > [email protected] > > > cc > > Please respond to > > > "JMeter Users List" <[email protected]> > Subject > > How much threads ? > > > > > > > > > > > > > > > > > > Hi, > > does anybody know, how much threads can be started? > I get this exception: > > java.net.ConnectException: Connection refused: connect > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124) > at java.net.Socket.<init>(Socket.java:268) > at java.net.Socket.<init>(Socket.java:95) > at sun.net.NetworkClient.doConnect(NetworkClient.java:45) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:334) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:520) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:270) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:280) > at sun.net.www.http.HttpClient.New(HttpClient.java:292) > at > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java > :4 > 17) > at > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample( > HTTPSampler.java: > 424) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample > (HTTPSamplerBa > se.java:514) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample > (HTTPSamplerBa > se.java:503) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) > at java.lang.Thread.run(Thread.java:479) > > Regards Torsten > > > ****************************************************************** > Bitte nutzen Sie die E-Mail-Verbindung mit uns ausschliesslich zum > Informationsaustausch. Wir koennen auf diesem Wege keine > rechtsgeschaeftlichen Erklaerungen (Auftraege etc.) entgegennehmen. Der > Inhalt dieser Nachricht ist vertraulich und nur fuer den angegebenen > Empfaenger bestimmt. Jede Form der Kenntnisnahme oder Weitergabe durch > Dritte ist unzulaessig. Sollte diese Nachricht nicht fur Sie bestimmt > sein, > so bitten wir Sie, sich mit uns per E-Mail oder telefonisch in Verbindung > zu > setzen. > > Please use your E-mail connection with us exclusively for the exchange of > information. We do not accept legally binding declarations (orders, > etc.) by this means of communication. The contents of this message is > confidential and intended only for the recipient indicated. Taking notice > of > this message or disclosure by third parties is not permitted. In the event > that this message is not intended for you, please contact us via E-mail or > phone. > > ****************************************************************** > > > > > > -- > > Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte > Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail > irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und > vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte > Weitergabe dieser Mail ist nicht gestattet. > > This e-mail may contain confidential and/or privileged information. If you > are not the intended recipient (or have received this e-mail in error) > please notify the sender immediately and destroy this e-mail. Any > unauthorized copying, disclosure or distribution of the material in this > e-mail is strictly forbidden. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

