* Bruce Momjian <[EMAIL PROTECTED]> [001210 12:19] wrote:
> > Postgre is not threaded, but every connection gets it's own process.  The OS
> > will distribute the processes across the processors.  Not sure I said that
> > very will.
> > 
> > Basically a single connection will not be any faster with SMP, but multiple
> > connections will be.
> 
> Actually, even a single process will be faster because all other system
> process will run on other cpu's.

Depending on how idle you are, the large overhead of bus locking 
can cause a lot of perf degredation(sp?) for the idle SMP case.

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
"I have the heart of a child; I keep it in a jar on my desk."

Reply via email to