Re: Spinlocks on SGI's

From: bruc(at)stone(dot)congenomics(dot)com (Robert E(dot) Bruccoleri)
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: bruc(at)acm(dot)org, lockhart(at)fourpalms(dot)org, pgsql-hackers(at)postgresql(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: Spinlocks on SGI's
Date: 2001-03-27 14:30:41
Message-ID: 200103271430.JAA36601@stone.congenomics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear Marc,
>
> On Tue, 27 Mar 2001, Robert E. Bruccoleri wrote:
>
> > 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.
>
> Robert, any possibility of getting pre-compiled binaries for SGI that we
> can put up on the site? For those that can't afford the extra cost of the
> compilers? :)

Yes. What exactly do you need from the Postgresql tree after a successful
compilation and test?

--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(at)acm(dot)org |
| P.O. Box 314 | URL: http://www.congen.com/~bruc |
| Pennington, NJ 08534 | |
+----------------------------------+------------------------------------+

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Swan 2001-03-27 14:46:16 Re: Majordomo Delivery Error
Previous Message The Hermit Hacker 2001-03-27 14:22:30 Re: Spinlocks on SGI's