Re: futex results with dbt-3 - Mailing list pgsql-performance

From Manfred Spraul
Subject Re: futex results with dbt-3
Date
Msg-id 41769D06.7080407@colorfullife.com
Whole thread Raw
In response to Re: futex results with dbt-3  (Mark Wong <markw@osdl.org>)
List pgsql-performance
Mark Wong wrote:

>I've heard that simply linking to the pthreads libraries, regardless of
>whether you're using them or not creates a significant overhead.  Has
>anyone tried it for kicks?
>
>
>
That depends on the OS and the functions that are used. The typical
worst case is buffered IO of single characters: The single threaded
implementation is just copy and update buffer status, the multi threaded
implementation contains full locking.

For most other functions there is no difference at all.
--
    Manfred


pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: First set of OSDL Shared Mem scalability results, some
Next
From: Josh Berkus
Date:
Subject: Re: futex results with dbt-3