Re: postmaster in a tight loop - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: postmaster in a tight loop
Date
Msg-id 20080212144609.GE14683@alvh.no-ip.org
Whole thread Raw
In response to postmaster in a tight loop  (Dan Langille <dan@langille.org>)
Responses Re: postmaster in a tight loop  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Dan Langille wrote:

> Looking at ktrace output, I saw a lot of this:
>
> 1172 postgres CALL  kse_release(0xbfbfd500)
> 1172 postgres RET   kse_release -1 errno 22 Invalid argument

Humm, kse_release seems related to multithreading.  Or so says
http://nixdoc.net/man-pages/FreeBSD/kse_release.2.html

I find it a bit worrying that the postmaster is calling that syscall at
all.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Dan Langille
Date:
Subject: postmaster in a tight loop
Next
From: "Hiroshi Saito"
Date:
Subject: Re: NLS on MSVC strikes back!