Hi, Thanks for the reply. I am going to update the same file frequently at the apache web server. And client at the other end can request the file anytime, So if the updation of the old file is going on, will it be possible for the requested client to get the older copy of the file, till updation is complete.
Is it taken care of Apache Web server or I have to provide locking explicitly. Reagrds, sharmsitha On Fri, Mar 16, 2012 at 11:12 AM, gaurav chopra <gaurav.chopr...@gmail.com>wrote: > u need to provide the implementation for the same in the code...where you > are using the files for further processing. > On Mar 16, 2012 10:10 AM, "Sharmistha Chatterjee" < > sharmi.chatter...@gmail.com> wrote: > > > Hi, > > > > I am new to Apache FTP server. I have one doubt regarding concurrent read > > and write. Does the Apache server allows/makes a copy of the older > version > > of the file while it is getting updated. So > > when any read request comes at the time of updating the file, the older > > version is read from the other side. > > > > Regards, > > sharmistha > > > -- sharmistha