Re: Remote Testing & memory issues.

2003-01-22 Thread Scott Eade
On 23/01/2003 1:49 AM, "Lawrence, Steve" <[EMAIL PROTECTED]> wrote: > Hmm.. I have no idea, but thanks for the pointers. I'm not parsing anything > mind you.. I simply recorded a bunch of clicks on a page, and upp'ed the > thread count to 50, and the loop to 20. When you record a script in this m

RE: Remote Testing & memory issues.

2003-01-22 Thread Mike Stover
> > I'm thinking that it's something to do with the fact that the 'distant' > machine is on a different subnet. Perhaps, it can't offload it's numbers to > my Master machine quick enough. I mean, it works in standalone. It's doing > the same thing as a slave, only reporting the numbers back to th

RE: Remote Testing & memory issues.

2003-01-22 Thread Lawrence, Steve
Is it possible it's running out of stack memory, as opposed to heap? I've had that problem before when I was parsing response HTML for certain things, there's a lot of recursive calls in the parsing of HTML sometimes, and for one particular test, I was running out of stack memory. The 4 proces

Re: Remote Testing & memory issues.

2003-01-21 Thread Mike Stover
Is it possible it's running out of stack memory, as opposed to heap? I've had that problem before when I was parsing response HTML for certain things, there's a lot of recursive calls in the parsing of HTML sometimes, and for one particular test, I was running out of stack memory. The 4 proc