Date: Thu, 28 Jan 1999 15:52:52 +0800 (CST) From: xiyuan qian <xiyuan@dns.hgs.com.cn> To: freebsd-isp@FreeBSD.ORG Subject: Must I lock the file? Message-ID: <199901280752.PAA01443@dns.hgs.com.cn>
next in thread | raw e-mail | index | archive | help
Hi, there is a process running on my box which will open and write a file. Now, I run another program to write some data to this file. Must I first lock the file? Is there any method to append it without problem? With fopen( ,"a+") will work? Best regaurds! --xiyuan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901280752.PAA01443>