After moving the cache manager to the child position of While controller, on the second iteration, everything is in the cache. I get the response code 304: file not modified. If I move it to child position of module controller, nothing is cached.
Thanh On Tue, Nov 2, 2010 at 12:24 PM, sebb <[email protected]> wrote: > On 2 November 2010 14:46, thanh nguyen <[email protected]> wrote: > > Hi all, > > I believe the cache manager works at the level of the thread group. > > everytime it loops at that level, the cache is cleared. Is there a way to > > make it cleared at the level of a while controller? > > Try it as a child of the While Controller. > > > in the attached pic, you can see how my script is setup > > Thank you > > Thanh > > > > --------------------------------------------------------------------- > > 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] > >

