Spinlocks on SGI's - Mailing list pgsql-hackers

From bruc@stone.congenomics.com (Robert E. Bruccoleri)
Subject Spinlocks on SGI's
Date
Msg-id 200103271359.IAA36338@stone.congenomics.com
Whole thread Raw
Responses Re: Spinlocks on SGI's  (Mathijs Brands <mathijs@ilse.nl>)
Re: Spinlocks on SGI's  (The Hermit Hacker <scrappy@hub.org>)
Re: Spinlocks on SGI's  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I contributed the first working s_lock.c code for the SGI's over three
years ago (using the test_and_set library calls). It's been working
for me ever since in a heavy multi-user environment. Please don't
change it unless there's an overwhelming reason.

Also, the GNU compiler systems works poorly on SGI's. In this
environment, you need to stick to the SGI provided compilers. Once you
get used to them, they work fairly well.

Sincerely,
Bob

+----------------------------------+------------------------------------+
| Robert E. Bruccoleri, Ph.D.      | Phone: 609 737 6383                |
| President, Congenomics, Inc.     | Fax:   609 737 7528                |
| 114 W Franklin Ave, Suite K1,4,5 | email: bruc@acm.org                |
| P.O. Box 314                     | URL:   http://www.congen.com/~bruc |
| Pennington, NJ 08534             |                                    |
+----------------------------------+------------------------------------+


pgsql-hackers by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: CVS tags for betas and release candidate
Next
From: Mathijs Brands
Date:
Subject: Re: Spinlocks on SGI's