bug-gne
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gne]various random thoughts


From: Hook
Subject: Re: [Bug-gne]various random thoughts
Date: Wed, 27 Jun 2001 05:49:20 +0800

Rob Scott wrote :
> back on the subject of mirroring, we could use standard mysql replication,
> however this would not cope with images.
> on the other hand, I could write a simple client server app in C / sockets
> to handle this.
> however, if mysql replication is already available, whats the point of
> rewriting things already done?

It's actually easy. Replicate from the master to a local slave, and then
mirror the slave. That way you get consistancy of content. Remember that
conventional mirroring doesn't rely on a 24-hour window, it's usually done
daily (sometimes less often) at a set time.  All the content which isn't
actually in the database (images and such I assume) is even simpler.
Conventional mirroring scripts will do it.

The Hooker






reply via email to

[Prev in Thread] Current Thread [Next in Thread]