[Mono-bugs] Re: [Bug 78056][Nor] Changed - XmlDocument.Load rediculously slow?

John Wiegley johnw at newartisans.com
Mon Apr 10 01:46:42 EDT 2006


bugzilla-daemon at bugzilla.ximian.com writes:

> +Seems like there is something rediculous in either your code or
> +your environment but since your page is 403 we cannot verify it.

Ok, I found out what was happening:

That night, the network I was on had high latency (about 2-3 secs).
XmlDocument.Load goes out to the network to read the XHTML DTD.  Thus,
it was pulling a fair amount of data from a very slow Network each
time I ran the process.

Now that the latency is about 100-200 ms, it takes 4 secs.

Is there a way to do an non-validated Load, since I'm reading output
from Tidy which has already validated the XHTML it outputs?

Thanks,
  John


More information about the mono-bugs mailing list