Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!kuhub.cc.ukans.edu!anu-news!list From: munnari!csc.anu.oz.au!gih900@UUNET.UU.NET (Geoff Huston) Newsgroups: news.software.anu-news Subject: RE: Argh! Posting problems! Message-ID: <8910251037.AA04116@uunet.uu.net> Date: 26 Oct 89 01:27:57 GMT Sender: ANU-NEWS Discussion Reply-To: Geoff Huston Lines: 19 X-cc: GIH900@uunet.UU.NET It seems to be an evening of locating and addressing old ANU NEWS mail!! Date: Tue, 11 Jul 89 11:23:22 edt From: Reg Quinton Subject: RE: Argh! Posting problems! >I've worked around this problem (fopen(file,"a") fails because file is >busy) in similar circumstances by either/both of these strategies: > > a) if busy then sleep a bit and try again. > b) if busy then fopen(file,"w") and let file versions stack up. > >the real rub is determining why the open failed... but assuming any failure >is a busy failure is adequate if you've set things up reasonably. I have taken this approach and modified NEWSDIST.C accordingly. Again these patches will be in the V5.9B release Geoff