Return-Path: Delivered-To: apmail-xml-xmlbeans-dev-archive@www.apache.org Received: (qmail 12540 invoked from network); 15 Jan 2004 22:02:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Jan 2004 22:02:38 -0000 Received: (qmail 95325 invoked by uid 500); 15 Jan 2004 22:02:25 -0000 Delivered-To: apmail-xml-xmlbeans-dev-archive@xml.apache.org Received: (qmail 95301 invoked by uid 500); 15 Jan 2004 22:02:25 -0000 Mailing-List: contact xmlbeans-dev-help@xml.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: xmlbeans-dev@xml.apache.org Delivered-To: mailing list xmlbeans-dev@xml.apache.org Received: (qmail 95288 invoked from network); 15 Jan 2004 22:02:25 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Entire XML in memory? Date: Thu, 15 Jan 2004 14:02:29 -0800 Message-ID: <4B2B4C417991364996F035E1EE39E2E10D8E45@uskiex01.amer.bea.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Entire XML in memory? Thread-Index: AcPbsJTc6J5WOSo+Qr6GNEIDGlLR1QAAaucA From: "Eric Vasilik" To: X-OriginalArrivalTime: 15 Jan 2004 22:02:30.0533 (UTC) FILETIME=[4554F350:01C3DBB3] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N In v1, the document exists entirely in memory. In v2, I am making the xml store backend pluggable so that one may provide alternate backends with different characteristics. In addition to a high performance, in-memory store (the default), I will make a memory mapped backend which stores the XML in a memory mapped file and does not consume VM memory proportional to the size of the XML being worked on which will allow one to load very large documents. I can imagine backends which incrementally load parts of a document. This architecture is very much incomplete and in flux. Unless you want to be chasing my changes, I would give it a few months. - Eric -----Original Message----- From: Matthew Bishop [mailto:matt@thebishops.org]=20 Sent: Thursday, January 15, 2004 1:17 PM To: xmlbeans-dev@xml.apache.org Subject: RE: Entire XML in memory? I'm interested in the answer to this one as well, though I think the answer is no, the whole doc is not in memory. It may have different answers depending on how one navigates the instance, however. My interest is using XMLBeans in a J2ME PersonalProfile application. I've just started this today, and my initial impression is that v2's design goals are more in line with what I need to do. Without reading the entire list, can I get a feel for how far along v2 is? --=20 Matt Bishop - --------------------------------------------------------------------- To unsubscribe, e-mail: xmlbeans-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/ - --------------------------------------------------------------------- To unsubscribe, e-mail: xmlbeans-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/