Re: Why no concurrency support in DOM?

Bob Foster wrote:
> I'm curious why the DOM has no explicit support for concurrent access?

Because :)  

Concurrency control would imply a certain way of working with the DOM
that can't be assumed between various
languages/platforms/implementations.  There's no reason why you could
add such support to your DOM implementation and expose it using the
feature set.  We do that in dbXML for database binding and DOM
compression.

-- Tom

Received on Tuesday, 10 July 2001 17:35:17 UTC