From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "John Hansen" <john(at)geeknet(dot)com(dot)au>, "Devrim GUNDUZ" <devrim(at)gunduz(dot)org> |
Cc: | "PostgreSQL WWW Mailing List" <pgsql-www(at)postgresql(dot)org> |
Subject: | Re: Problem with mirrorring |
Date: | 2004-10-03 10:17:22 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E407B40D@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
-----Original Message-----
From: John Hansen [mailto:john(at)geeknet(dot)com(dot)au]
Sent: Sun 10/3/2004 3:10 AM
To: Dave Page; Devrim GUNDUZ
Cc: PostgreSQL WWW Mailing List
Subject: RE: [pgsql-www] Problem with mirrorring
> Don't you mean quite efficient... ?
No, quite inefficient. We rebuild every file on the site regardless of whether something has changed, hence every time rsync runs it sees a modified file. What I had completely forgotten when I wrote that (and later noted when I remembered) is that rsync only transfers a diff of each files, so things aren't really that bad.
Of course, how it does that is a mystery to me - without fully comparing both versions, how can it create a diff? I guess that's what made it PhD material...
/D
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2004-10-03 11:25:14 | Re: Problem with mirrorring |
Previous Message | John Hansen | 2004-10-03 02:10:04 | Re: Problem with mirrorring |