Reading a XML document embeeded in a logfile

Henry S. Thompson ht at cogsci.ed.ac.uk
Tue Oct 20 09:56:26 BST 1998


James Grimm <james_grimm at credence.com> writes:

> there is still the little problem of locking the "logentries" file.  The
> logentries file won't be well-formed, even with this wrapper, if the
> parser reads the logfile while another thread/program is adding a new
> log_entry.

Standard solution at this level is to copy the "logentries" file, add
your entry, then move it back.  Reduces the chances of collision, and
also some operating systems (e.g. UNIX) will do their best to let any
reading underway at the time of move back complete with the old
version.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht at cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list