From: | "Robert E(dot) Bruccoleri" <bruc(at)stone(dot)congenomics(dot)com> |
---|---|
To: | lamigo(at)atc(dot)unican(dot)es (Luis Alberto Amigo Navarro) |
Cc: | tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Fw: Fw: bad performance on irix |
Date: | 2002-03-18 21:04:02 |
Message-ID: | 200203182104.QAA01244@stone.congenomics.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Dear Tom,
The evidence is from the Process Activity Recorder, an Irix utility
similar to strace the reports syscall usage. A number of semop's are performed
in the operation of backend. Luis can send you specifics. --Bob
Luis Alberto Amigo Navarro writes:
>
>
> ----- Original Message -----
> From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> To: "Luis Alberto Amigo Navarro" <lamigo(at)atc(dot)unican(dot)es>
> Cc: <pgsql-hackers(at)postgresql(dot)org>; "Robert E. Bruccoleri"
> <bruc(at)stone(dot)congenomics(dot)com>
> Sent: Monday, March 18, 2002 5:36 PM
> Subject: Re: Fw: [HACKERS] bad performance on irix
>
>
> > "Luis Alberto Amigo Navarro" <lamigo(at)atc(dot)unican(dot)es> forwards:
> > >> It's using the spinlocks
> > >> for some locks, but semaphores for others.
> >
> > That doesn't make any sense to me. For one thing, if HAS_TEST_AND_SET
> > is defined in the config header, the executable will just plain fail to
> > build if there's no tas implementation, because lmgr/spin.c won't be
> > compiled. And I sure don't see how some of the locks might be
> > implemented one way and some the other.
> >
> > Which ones do you think are being implemented as semaphores, and what's
> > your evidence?
> >
> > regards, tom lane
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
> >
>
>
+-----------------------------+------------------------------------+
| Robert E. Bruccoleri, Ph.D. | email: bruc(at)acm(dot)org |
| P.O. Box 314 | URL: http://www.congen.com/~bruc |
| Pennington, NJ 08534 | |
+-----------------------------+------------------------------------+
From | Date | Subject | |
---|---|---|---|
Next Message | Dale Anderson | 2002-03-18 21:53:42 | Platform comparison ... |
Previous Message | Luis Alberto Amigo Navarro | 2002-03-18 19:23:05 | Re: postgres is not using tas |