Document model seen as fundamentally limited.  The Metaverse is too big to fit in a Document.  Request/Response of HTTP/HTTPS seen as flawed, multi-request/multi-response (DIS?) preferred.<div dir="auto"><br></div><div dir="auto">We should move post-haste to solutions like DIS, VRML, SAI, Streaming API for XML (StAX), and streaming JSON parsers, and streaming validators.</div><div dir="auto"><br></div><div dir="auto">Things like DOM are unworkable for large streaming assets. Imagine a live feed with real-time animation over a period of hours.  A concert, for example.  Imagine several BVH files being streamed live—you’ve got to drop some portion or compress the file.</div><div dir="auto"><br></div><div dir="auto">Think of streaming solutions like JavaScript and Python.  Not something that fits in a single file, or outputs a single document, but something that consumes or emits a stream.  SAI is the right approach, but call it the Streaming Access Interface.</div><div dir="auto"><br></div><div dir="auto">Ever have a JSON file that was too large to parse?  Many JSON parsers assume that they can pass back a single object.  What if that object is too big for memory?  What happens?  We should focus on Streaming parsers for JSON and XML.  Don’t worry about duplicating keys!</div><div dir="auto"><br></div><div dir="auto">Current “create only” solutions do not fit the real world.  Updates and deletes with SAI and DIS should be considered.  Reduce, Reuse, Recycle.  Systems that do not provide update and delete are flawed.  No plastics filling up my SSD, please!</div><div dir="auto"><br></div><div dir="auto">Yes, we will still support non-streaming technology, with a limited file size.  I recommend specifying a Content-Length on limited sized files.</div><div dir="auto"><br></div><div dir="auto">Maybe I should get a faster bus/disk?</div><div dir="auto"><br></div><div dir="auto">Is MSF listening, or are they doomed too?</div><div dir="auto"><br></div><div dir="auto">John</div><div dir="auto"><br></div><div dir="auto"><br></div>