Re: [Testperf-general] Re: First set of OSDL Shared Memscalability results, some wierdness ...
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: josh@agliodbs.com
Cc: pgsql-performance@postgresql.org, "Simon Riggs" <simon@2ndquadrant.com>, "Timothy D. Witham" <wookie@osdl.org>, testperf-general@pgfoundry.org
Date: 2004-10-15T21:27:29Z
Lists: pgsql-hackers, pgsql-performance
Josh Berkus <josh@agliodbs.com> writes: >> I suspect the reason recalc_sigpending_tsk is so high is that the >> original coding of PG_TRY involved saving and restoring the signal mask, >> which led to a whole lot of sigsetmask-type kernel calls. Is this test >> with beta3, or something older? > Beta3, *without* Gavin or Neil's Futex patch. Hmm, in that case the cost deserves some further investigation. Can we find out just what that routine does and where it's being called from? regards, tom lane