> Would there be any concerns of sharing violations as the parser and the observing >applications > are aynchronous of each other in their executions--i.e. the parser trying to write >and the > observing application try to read at the same time?
Shouldn't be a problem. Most modern filesystems handle single-writer, multiple-reader just fine. Bill
