From: Paul T. <pt...@ya...> - 2006-10-22 15:27:41
|
what would be the recommended approach to using VTD within an application that retrieves values from a large amt of XML files over-and-over? obviously, hitting the disk and reparsing the desired XML continually would be less than ideal, one would think. would parsing the files once, and caching them as, say a stringbuffer be a recommendation, then simply having VTD use the cached string buffer to retrieve the xpath be good? or is caching them simply not the best approach, and VTD will perform equally as well with a cache versus going to disk and rescanning the file? thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |