- From: Tom Bradford <bradford@dbxmlgroup.com>
- Date: Tue, 10 Jul 2001 14:39:24 -0700
- To: Bob Foster <bob.foster@webgain.com>
- CC: www-dom@w3.org
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