Re: Progressive SAX parsing and memory

2001-04-16 Thread Alexander Zeyliger
> Are you transcoding any data out of the SAX events? If so, are you deleting > the returned text? In other words, you agree with my thinking that progressive parsing doesn't keep eating memory and, therefore, the problem is in my code somewhere, which is fair enough. :) I believe that yes, I am

Re: Progressive SAX parsing and memory

2001-04-16 Thread Dean Roddey
e day after tomorrow?" - Original Message - From: "Alexander Zeyliger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 1:38 PM Subject: Progressive SAX parsing and memory > > > Hello, > > I am using progressive sax parser t

Progressive SAX parsing and memory

2001-04-16 Thread Alexander Zeyliger
Hello, I am using progressive sax parser to parse an incoming and potentially very long tcp stream (with my own input source class). In pseudo code this would look like this, of course: parser.parseFirst (input_source, token) while (! end of stream) { if (! pars