Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread sebb
On 12 October 2011 18:06, Nico Kruger wrote: > On 12 October 2011 18:29, sebb wrote: >> On 12 October 2011 17:06, Nico Kruger wrote: >>> Thanks for the very helpful and quick response. >>> >>> >>> >> >> BSF is the original scripting language API; JSR223 is the related API >> that was added to Ja

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread Nico Kruger
On 12 October 2011 18:29, sebb wrote: > On 12 October 2011 17:06, Nico Kruger wrote: >> Thanks for the very helpful and quick response. >> >> >> > > BSF is the original scripting language API; JSR223 is the related API > that was added to Java 5/6. > They are fairly similar in scope, but differen

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread sebb
On 12 October 2011 17:06, Nico Kruger wrote: > Thanks for the very helpful and quick response. > > > > On 12 October 2011 17:30, sebb wrote: >> On 12 October 2011 16:03, Nico Kruger wrote: >>> Hi there >>> ...SNIP >> >> No, the BSF samples currently each use their own BSF Manager and >> inte

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread Nico Kruger
Thanks for the very helpful and quick response. On 12 October 2011 17:30, sebb wrote: > On 12 October 2011 16:03, Nico Kruger wrote: >> Hi there >> ...SNIP > > No, the BSF samples currently each use their own BSF Manager and > interpreter - it is not currently shared. > > Same for JSR223 c

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread sebb
On 12 October 2011 16:03, Nico Kruger wrote: > Hi there > > I have a small sample test file, with one thread group (one thread), > looped a number of times (10 at the moment). with one BSF group, > configured to run a ruby script. > > Everything surrounding the classpath has been configured, jmete

Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread Nico Kruger
Hi there I have a small sample test file, with one thread group (one thread), looped a number of times (10 at the moment). with one BSF group, configured to run a ruby script. Everything surrounding the classpath has been configured, jmeter is finding the jruby JARs, the jruby libraries and my ow