[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Keeping files in sync across machine



Hi,

> We have a CGI/Perl application, where it is required to keep a particular
> file replicated all the time across machines. Can anybody give me sugesstion
> on how to keep the file updated live across machines.
> rsync only refreshes in batch and is not good enough.

	Do you mean to say that you want the file to be _continuously_
updated across machines?? In that case why not use some kind of n/w file
system (nfs/smb whatever) and make all the machines use the remotely
mounted version of that file?

	Kedar.