Hi,
I am new to Xindice and I have a multi-threaded application, in which each thread needs to store and/or retreive XML documents from Xindice. I have the following question:
- do I need to worry about synchronization issues, or can I query and update documents freely?
Also an unrelated question: - Can I create an XPathQueryService object at the beginning of my program and then always use it to query the databases (while new entries are entering and/or being deleted from the database)? Or do I need one per query?
Thanks a lot Eno