Re: Scheduling Events?

From: "David Durst" <ddurst(at)larubber(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Scheduling Events?
Date: 2003-01-24 07:13:04
Message-ID: 41631.216.86.192.34.1043392384.squirrel@www.la-rubber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On a side note, if the DB doesn't support this capability.
Does anyone see a HORRIBLE issue w/ creating a C func
something of this nature.

int handle_temporal_events() {
if(fork == 0) {
//In here we monitor what time it is
//And maintain a Datastructure w/ events
//And update it every so often
//Then preform various background tasks
}
else if(fork == -1) {
//Thread error
}
}

Browse pgsql-sql by date

  From Date Subject
Next Message Ludwig Lim 2003-01-24 07:41:10 Re: plpgsql: debugging
Previous Message jack 2003-01-24 06:44:59 quastions about primary key