Re: continuing daily testing of dbt2 against postgresql

From: Mark Wong <markw(at)osdl(dot)org>
To: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: continuing daily testing of dbt2 against postgresql
Date: 2006-10-09 17:37:32
Message-ID: 452A88DC.3080403@osdl.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jim C. Nasby wrote:
> On Sun, Oct 08, 2006 at 05:26:11PM -0700, Mark Wong wrote:
>> I made another couple of gross mistakes of forgetting to compile
>> PostgreSQL with --enable-thread-safe and enabling the user space irq
>> balancing program in Linux. I've restarted the histories with 600 and
>
> What's the advantage of irq balancing in user space as opposed to the
> kernel (which is the default, right?)

Linux doesn't have irq balancing in the kernel. They've made the
decision to leave that to a user space process. The irq balancing flag
in the kernel is just to enable the hooks for a user space program.

Mark

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2006-10-09 17:38:55 Re: width_bucket function for timestamps
Previous Message Jim C. Nasby 2006-10-09 17:33:46 Re: continuing daily testing of dbt2 against postgresql