Re: Is my Internet connection slow

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Is my Internet connection slow
Date: 2002-11-05 03:51:31
Message-ID: 1036468292.66684.55.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2002-11-04 at 21:40, Marc G. Fournier wrote:
> On Mon, 4 Nov 2002, Bruce Momjian wrote:
>
> >
> > Sure, script attached. It uses a few of my other scripts so it will
> > need customization. I can easily supply those missing scripts too.
> > I run it every 7 minutes from cron with:
> >
> > */7 * * * * root /letc/pgsgml >/dev/null 2>&1
> >
> > I can even install the whole thing on postgresql.org if you wish. It
> > requires a personal crontab, of course, and a directory to put the
> > result. I already have a ~momjian web directory for such stuff.
>
> Actually, from my read through the docs on CVS itself, there is a way of
> setting it up so that when something is committed, it runs an external

One way is to change the DEFAULT in CVSROOT/loginfo. Normally its a log
accumulator or email system of somekind. But there is no reason it
couldn't be more complex and kick off additional jobs.

Just make sure whatever it is execs a background jobs (commits are held
during execution of the script) and protect against simultaneous runs of
the background job.

Rod Taylor

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2002-11-05 04:10:32 rebuilding beta4 ... fails in docs build ...
Previous Message Christopher Kings-Lynne 2002-11-05 03:33:01 Another bug in tsearch?