[Helma-user] file read and processing pretty slow. ideas?

Hannes Wallnoefer hannes at helma.at
Mon Jul 16 09:56:48 CEST 2007


Hi Joshua,

2007/7/16, Joshua Paine <joshua at papercrown.org>:
>
> Still no clue why my file reading is so slow, though.

the helma.* code is a re-implementation in Javascript of what helma
previously implemented "natively" in Java. It is rather new code, and
may not be well tested or optimized in all cases. You should be able
to test the old, native code by just dropping the helma. prefix, using
File(...) instead of helma.File(...).

If that doesn't help, another option is to use the java.io.* Api directly.

Hannes


More information about the Helma-user mailing list