Re: Scheduler in Postgres - Mailing list pgsql-general

From Jim C. Nasby
Subject Re: Scheduler in Postgres
Date
Msg-id 20041221211705.GJ18180@decibel.org
Whole thread Raw
In response to Re: Scheduler in Postgres  (Greg Stark <gsstark@mit.edu>)
List pgsql-general
On Tue, Dec 21, 2004 at 03:42:22PM -0500, Greg Stark wrote:
>
> "Jim C. Nasby" <decibel@decibel.org> writes:
>
> > On Fri, Dec 17, 2004 at 12:07:21PM -0500, Greg Stark wrote:
> > >
> > > Csaba Nagy <nagy@ecircle-ag.com> writes:
> > >
> > > > Now, cron isn't exactly part of the OS, is it ?
> > >
> > > Yes, it is.
> >
> > Depends on how you define 'OS'. Linux is nothing but a kernel afterall,
>
> That just means Linux isn't an OS all by itself. A kernel isn't very usable
> without, say, init, a shell, etc. A periodic job scheduler has traditionally
> been in that list of base elements of the OS.

Again, it depends on the distribution of linux. Gentoo, for example,
does not include cron as part of their base install. I suspect there's
other linux distro's that don't either. So, you can't assume that you
will have cron available on a linux box. Arguably this is also true of
all the unixes since you could remove cron, but I can't see why anyone
would do that. As I mentioned before, I'm not aware of any unix that
doesn't come with cron.
--
Jim C. Nasby, Database Consultant               decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Need help to organize database
Next
From: "Vladimir S. Petukhov"
Date:
Subject: Re: Need help to organize database