Re: Integration Requirements

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>, <pgsql-www(at)postgresql(dot)org>
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Integration Requirements
Date: 2005-12-06 20:26:22
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE92E8EF@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> > - Moving data; originally we'd looked at exporting from the
> cms into
> > the filesystem, and having script that did a cvs add/remove/commit
> > over the entire tree, into the main web CVS. This is still
> preferrable
> > from an 'ease of rebuilding' point of view, but might be
> easier just
> > to rsync the content from the filesystem of the cms machine
> to wwwmaster.
>
> This isn't really practical for a KB or many other
> components, which need to be highly dynamic, not a bunch of
> static pages.

I agree that this isn't very practical - one of the reasons I didn't
like it in the first place. It has the one advantage that if this system
breaks, it doesn't brek the website. But designing for a system that's
expected to break doesn't seem like a very good idea.

Then again, "highly dynamic" does *not* necessarily mean you can't use a
set of static mirrors to do it. You just need to isolate parts of the
system, and put them in the right place. This is something that in my
experience most stock CMSes today to a bad job of, whereas custom ones
can do a better one.

(Heck, it's no big problem to serve a dynamic discussion site that
easily survives "the slashdot effect" off a single CPU 233MHz pentium
box with non-raid scsi disks. I've done it. You just have to accept
redifining "immidiate" as "1 minute". Not many sites require things to
be more dynamic htan that.)

//Magnus

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Robert Treat 2005-12-06 20:30:20 Re: Launching PostgreSQL KB Project Mark 2
Previous Message Bruce Momjian 2005-12-06 20:25:13 Re: Upcoming PG re-releases