A JMeter thread processes all the test elements in the test plan. A Java thread does whatever you code it to do.
A BeanShell test element can create new Java threads, but as the test element is itself called by a JMeter thread, unless it returns control to that thread, the thread will stall. On 21/01/2008, gordan43dom <[EMAIL PROTECTED]> wrote: > > Can you please be more specific of the ways . And what do you mean by JMeter > and Java thread ... i need 2 simultanious threads created by JMeter using > the BeanShell or any other way . Is this possible ? > > gordan43dom wrote: > > > > Is it possible to create a new thread in BeanShell PostPRocessor > > Controller > > > > -- > View this message in context: > http://www.nabble.com/New-thread-in-BeanShell-PostProcessor-tp14914944p14993182.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]

