Re: Threads

From: Steve Wampler <swampler(at)noao(dot)edu>
To: Postgres-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Threads
Date: 2003-01-23 15:12:10
Message-ID: 1043334730.13254.4.camel@weaver.tuc.noao.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Sat, 4 Jan 2003, Christopher Kings-Lynne wrote:
>
> Also remember that in even well developed OS's like FreeBSD, all a
> process's threads will execute only on one CPU.

I doubt that - it certainly isn't the case on Linux and Solaris.
A thread may *start* execution on the same CPU as it's parent, but
native threads are not likely to be constrained to a specific CPU
with an SMP OS.

--
Steve Wampler <swampler(at)noao(dot)edu>
National Solar Observatory

In response to

Responses

  • Re: Threads at 2003-01-23 15:30:01 from Shridhar Daithankar
  • Re: Threads at 2003-01-23 18:02:21 from Greg Copeland

Browse pgsql-hackers by date

  From Date Subject
Next Message Shridhar Daithankar 2003-01-23 15:28:24 Re: ECPG, threading and pooling
Previous Message Michael Meskes 2003-01-23 15:10:09 Re: ECPG, threading and pooling