Re: simultanious access

2004-09-18 Thread Chris Devers
On Fri, 17 Sep 2004, Ingo Weiss wrote: > I was wondering: When writing CGIs that write to a data fle, do we > need to be concerned about the case where one CGI instance opens, > modifies and changes a data file while it's still open from another > CGI instance, creating version problems? Or is

Re: simultanious access

2004-09-18 Thread Gunnar Hjalmarsson
Ingo Weiss wrote: I was wondering: When writing CGIs that write to a data fle, do we need to be concerned about the case where one CGI instance opens, modifies and changes a data file while it's still open from another CGI instance, creating version problems? Or is this somehow taken care of? Norma