* William K. Volkman <[EMAIL PROTECTED]> [010318 11:56] wrote: > The Hermit Hacker wrote: > >> > > But, with shared libraries, are you really pulling in a "whole > > thread-support library"? My understanding of shared libraries (altho it > > may be totally off) was that instead of pulling in a whole library, you > > pulled in the bits that you needed, pretty much as you needed them ... > > Just by making a thread call libc changes personality to use thread > safe routines (I.E. add mutex locking). Use one thread feature, get > the whole set...which may not be that bad. Actually it can be pretty bad. Locked bus cycles needed for mutex operations are very, very expensive, not something you want to do unless you really really need to do it. -- -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl
- Re: Re[4]: [HACKERS] Allowing... Alfred Perlstein
- Re: Re[4]: [HACKERS] Allowing... Tom Lane
- Re: Re[4]: [HACKERS] Allowing... Alfred Perlstein
- Re: Re[4]: [HACKERS] Allowing... Tom Lane
- Re: Re[4]: [HACKERS] Allowing... The Hermit Hacker
- Re: Re[4]: [HACKERS] Allowing... Larry Rosenman
- Re: Re[4]: [HACKERS] Allowing... Tom Lane
- Re: Re[4]: [HACKERS] Allowing... Bruce Momjian
- Re: Re[4]: [HACKERS] Allowing... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fs... William K. Volkman
- Re: [HACKERS] Allowing WAL fs... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fs... Tom Lane
- Re: [HACKERS] Allowing WAL fs... Larry Rosenman
- Re: [HACKERS] Allowing WAL fs... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fs... Tom Lane
- Re: [HACKERS] Allowing WAL fs... Bruce Momjian
- Re: Re[4]: [HACKERS] Allowing... Doug McNaught
- Re: Re[2]: [HACKERS] Allowing WAL... Bruce Momjian
- Re: Re[2]: [HACKERS] Allowing... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fs... Ken Hirsch
- RE: [HACKERS] Allowing WAL fsync to be done via O_SYNC Mikheev, Vadim