Re: Xalan performance issue on large files...

2009-11-18 Thread David Bertoni
On Thu, Nov 19, 2009 at 2:09 AM, Rob.Conde wrote: > Hi David, > > I built the XalanTransformer sample and indeed the performance > seems fine there. Also I tried passing a stringstream instead of the > DOMStringPrintWriter and it seems to work fine…though I’m not sure if this > will h

RE: Xalan performance issue on large files...

2009-11-18 Thread Rob.Conde
2009 9:47 PM To: xalan-c-users@xml.apache.org Subject: Re: Xalan performance issue on large files... On Tue, Nov 17, 2009 at 6:39 AM, Rob.Conde wrote: Hey David, I understand if you haven't gotten to it yet, but I wanted to make sure you got my example file and perhaps confirmed or

Re: Xalan performance issue on large files...

2009-11-17 Thread David Bertoni
On Tue, Nov 17, 2009 at 6:39 AM, Rob.Conde wrote: > Hey David, >I understand if you haven't gotten to it yet, but I wanted to make > sure you got my example file and perhaps confirmed or were unable to > confirm > the performance issue with it... > Hi Rob, I just took an initial look at t

RE: Xalan performance issue on large files...

2009-11-17 Thread Rob.Conde
Hey David, I understand if you haven't gotten to it yet, but I wanted to make sure you got my example file and perhaps confirmed or were unable to confirm the performance issue with it... Thanks, Rob Conde

Re: Xalan performance issue on large files...

2009-11-12 Thread David Bertoni
Rob.Conde wrote: Hey David, I'm seeing some really bad performance while attempting to transform a 30 megabyte xml file. As a benchmark, I tried running just the identity transformation against my file in both .NET 2.0 and in Xalan. .NET took ~3 seconds...I killed the Xalan after 25 minut