you can look at the webserviceSampler for reference also.  the
webserviceSampler is rather heavy weight due to DOM, so it has the
option of reading the input stream, but doing nothing with it.

:)

peter


On 7/27/05, Sergei Riaguzov <[EMAIL PROTECTED]> wrote:
> On 7/27/05, Michael Stover <[EMAIL PROTECTED]> wrote:
> 
> > Sounds like you want an HttpSampler that throws away the bytes before
> > saving it into the SampleResult.  Making such a thing would be as simple
> > as subclassing the current samplers and overriding the method that
> > downloads the bytes.  Instead of storing it in an adequately sized byte
> > array, throw the bytes out and only return a byte array of the last 100
> > bytes or something.
> Yes looks like that's a solution. And maybe throwing away previous
> HttpSampleResult object in threadContext... I only hope not to get
> lost in the code and find out what listener uppon what fields of this
> result are making what decisions... ;)
> 
> And thanks for your answers! I would also find any ideas about
> improving this sampler perfomance under heavy threads very useful!
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to