--- Greg Woodhouse <[EMAIL PROTECTED]> wrote:

> That's an interesting one. It's sounds as if though a file wasn't
> locked, allowing a second process to come along and write beyond EOF,
> confusing the first.
> 

Has anyone seen this on a non-Unix/Linux platform? Under VMS, a second
attempt to open the file for writing would cause no problems, since it
would simply create a new version of the file. But Linux doesn't have
versioning like this, so either new files would have to be created, or
the second process would have to wait for an exclusive lock to be
released.


===
Gregory Woodhouse  <[EMAIL PROTECTED]>
"Interaction is the mind-body problem of computing."
--Philip L. Wadler


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to