nothing like tackling a problem that appears simple, but ends up being challenging :) In that case, my personal preference is to support multiple. For heavy load testing with insane load, squeezing more performance out of JMeter is desirable to me. But I wouldn't require regexp guru-ness to extend JMeter if someone just wants to parse a couple of tables and do functional testing. hopefully we'll get there slowly. peter
Jordi Salvat i Alabart <[EMAIL PROTECTED]> wrote: En/na peter lin ha escrit: > if we go with the regexp approach, can it be made such that it maintains heirarchy > information? No, I guess it can't. Actually, this approach draws it's memory efficiency from not maintaining that information. That's what I meant when I said it is less accurate: the regexp (at least as it is now) would not be able, for example, to avoid parsing tags embeded in HTML comments or in JavaScript code. For example: the IMG tag in var img1='' would be parsed just as if it were not in JavaScript code. About performance vs. functional testing and the need for speed: I guess you're right. If you want the images AND real speed, you'll be better off creating the samplers for those images in the first place. -- Salut, Jordi. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now
