views:

32

answers:

1

Hello

I want to allow an xml document, that contains some configuration items, concurrent read-accesses (no write access) from several machines on a domain.

Could a simple DOMDocument30 be just what I need. Or do you think FreeThreadedDOMDocument xml document template should be sufficient.

Or do you think of other xml document types I should be aware of.

In advance thx.

+1  A: 

FreeThreadedDOMDocument is thread-safe in terms of reading. You can use this COM component in your project.

Samuel Zhang