Re: question about beanshell listener

2007-04-24 Thread sebb
The Java code that calls the script is thread-safe. Whether or not the script is thread-safe is up to you... On 24/04/07, chris <[EMAIL PROTECTED]> wrote: another question about beanshell listener: is this element threadsafe? i have several threadgroups and beanshell listener append

Re: question about beanshell listener

2007-04-24 Thread sebb
On 24/04/07, chris <[EMAIL PROTECTED]> wrote: hi! i want to use a beanshell listener to collect data of each sampleresult, reorganize and sort the data and finally (at end of test) write it to a file. how can i handle this? Not easy at present. The file given by: beanshell.listener.init wil

Re: question about beanshell listener

2007-04-24 Thread chris
another question about beanshell listener: is this element threadsafe? i have several threadgroups and beanshell listener append sample results (e.g. the url) to a csv-file. i'm afraid that the csv-file may be corrupt ... //

question about beanshell listener

2007-04-24 Thread chris
hi! i want to use a beanshell listener to collect data of each sampleresult, reorganize and sort the data and finally (at end of test) write it to a file. how can i handle this? where can i temporarily save my sampleresults and append data from the next sample. is it possible to execute beanshe