Re: refusing connections based on load ...

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: The Hermit Hacker <scrappy(at)hub(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: refusing connections based on load ...
Date: 2001-04-25 22:23:39
Message-ID: Pine.BSF.4.30.0104251822481.97030-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 25 Apr 2001, Tom Lane wrote:

> The Hermit Hacker <scrappy(at)hub(dot)org> writes:
> > Autoconf has a 'LOADAVG' check already, so what is so problematic about
> > using that to enabled/disable that feature?
>
> Because it's tied to a GNU getloadavg.c implementation, which we'd have
> license problems with using.

It's part of the standard C library in FreeBSD. Any other platforms
have it built in?

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message V. M. 2001-04-26 00:40:20 Schema Issue
Previous Message Tom Lane 2001-04-25 21:32:12 Re: Any optimizations to the join code in 7.1?