Hi, On Mon, Jan 25, 2010 at 10:57 PM, Ken Krugler <kkrugler_li...@transpac.com> wrote: > Any thoughts on the value of this support, and input on the approach?
This would certainly be useful and something I've been hoping to focus more on (see the "security" point in http://markmail.org/message/ggihw2cns53t6ayl from 2007 :-). The biggest problem with the FutureTask approach is that it's quite difficult if not impossible to support proper streaming with it. One possible approach that would avoid this problem is to modify the ParsingReader class to include timeout support in the pipe it uses. Modifying that approach to support the full SAX event stream should be doable, though not necessarily trivial. BR, Jukka Zitting