Re: a few doubts regarding postgres

From: Terry Lee Tucker <terry(at)esc1(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: a few doubts regarding postgres
Date: 2005-02-11 14:07:07
Message-ID: 200502110907.07653.terry@esc1.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Friday 11 February 2005 07:47 am, Shridhar Daithankar saith:
>
> No. PostgreSQL backend process is single threaded. However each connection
> gets a separate backend process. Hence on SMP machines, all available CPUs
> can potentially be used for multiple connections.
>
> Regards,
> Shridhar

So then, can I count on the be_pid attribute returned from PQnotifies to be a
unique value associated only with a given user? I think the answer is yes,
but just making sure.

Thanks...

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christoph Pingel 2005-02-11 14:19:07 views get 'lost'
Previous Message Bruno Wolff III 2005-02-11 13:39:53 Re: SQL query