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. -- William K. Volkman. CIO - H.I.S. Financial Services Corporation. 102 S. Tejon, Ste. 920, Colorado Springs, CO 80903 Phone: 719-633-6942 Fax: 719-633-7006 Cell: 719-330-8423 ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
- Re[4]: [HACKERS] Allowing WAL fsync to be done via O_SY... Xu Yifeng
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Alfred Perlstein
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Tom Lane
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Alfred Perlstein
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Tom Lane
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... The Hermit Hacker
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Larry Rosenman
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Tom Lane
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Bruce Momjian
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fsync to be done via O_... William K. Volkman
- Re: [HACKERS] Allowing WAL fsync to be done via O_... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fsync to be done via O_... Tom Lane
- Re: [HACKERS] Allowing WAL fsync to be done via O_... Larry Rosenman
- Re: [HACKERS] Allowing WAL fsync to be done via O_... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fsync to be done via O_... Tom Lane
- Re: [HACKERS] Allowing WAL fsync to be done via O_... Bruce Momjian
- Re: Re[4]: [HACKERS] Allowing WAL fsync to be done... Doug McNaught
- Re: Re[2]: [HACKERS] Allowing WAL fsync to be done via ... Bruce Momjian
- Re: Re[2]: [HACKERS] Allowing WAL fsync to be done... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fsync to be done via O_... Ken Hirsch