On 21/01/2008, Paul Riley <[EMAIL PROTECTED]> wrote: > Hi, > > I have a Java applet which is running behind a bespoke secure > communications server (SCS). I'm trying to use JMeter to run some JUnit > tests against it, but I can only get one thread to connect through our > SCS at a time. It appears that the SCS insists that each new connection > must come from a distinct JVM (or so the developers tell me). Is there > any way that I can get JMeter to use a separate JVM for each thread?
No, but you can run multiple JMeter instances. I have my doubts that this is necessary; I don't see how the application can tell if JMeter is using multiple JVMs or not. It's more likely that it requires separate connections. This is impossible to guarantee if you are using the original HTTP sampler, as Java manages the connection pool. However, if you use the HTTP HTTPClient sampler, JMeter will maintain a separate connection for each thread. > Thanks. > > Paul Riley > > > This email was sent to you by Reuters, the global news and information > company. > To find out more about Reuters visit www.about.reuters.com > > Any views expressed in this message are those of the individual sender, > except where the sender specifically states them to be the views of Reuters > Limited. > > Reuters Limited is part of the Reuters Group of companies, of which Reuters > Group PLC is the ultimate parent company. > Reuters Group PLC - Registered office address: The Reuters Building, South > Colonnade, Canary Wharf, London E14 5EP, United Kingdom > Registered No: 3296375 > Registered in England and Wales > > > > --------------------------------------------------------------------- > 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]

