Re: [ADMIN] PostgreSQL + SMP

2000-12-10 Thread Bruce Momjian
> 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

Re: [ADMIN] PostgreSQL + SMP

2000-12-10 Thread Alfred Perlstein
* 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 wit

Re: [ADMIN] PostgreSQL + SMP

2000-12-10 Thread Bruce Momjian
> * 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 an

Re: [ADMIN] PostgreSQL + SMP

2000-12-10 Thread Alfred Perlstein
* Bruce Momjian <[EMAIL PROTECTED]> [001210 12:28] wrote: > > * 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 > > > > ve

[ADMIN] Plperl make fails with Error1 at plperl.o (7.0.3)

2000-12-10 Thread Michael Miyabara-McCaskey
Hello all, I'm resending the message sent by "turing2000" on November 16th. Because I'm having the exact same problem. My configuration is as follows: RedHat 7.0, originally installed the RPM version of PostgreSQL 7.0.2, then downloaded source and upgraded to 7.0.3... Now that I've gotten furthe