As far as I know atomic parsing of nodes from XML is not available a this moment in JackRabit, am I right?
BR, Marcin Nowak -----Original Message----- From: robert burrell donkin [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 1:41 PM To: [email protected] Subject: Re: PersistenceManagers Benchmark On 10/27/06, Marcin Nowak <[EMAIL PROTECTED]> wrote: > Hi, > > Regarding stress tests, I need to know where are the limitations of > importing XML's and where is a huge memory usage coming from. transactional importing of xml data is always going to be memory intensive the memory used in binding could be reduced by (say) custom SAX handling or pull parsing the input stream so long as each node were saved atomically - robert -- Empowering business http://webinars.comarch.com
