On Thu, 27 Jul 2000, Darko Krizic wrote:

> The only problem I see here is the performance. Enhydra compiles the java and
> the HTML pages and creates methods and a DOM model. Doing this on the fly
> (for mod_perl) would be a big drawback in performance. Maybe there should be
> some kind of precompiling.

        My HTML Tree method (previously gave the URL) is several times
        faster than conventional DOM parsers.  Among other things, it
        uses mmap(2) to read files and, by definition, you can't get
        faster I/O.

        - Paul

Reply via email to