Re: a few doubts regarding postgres - Mailing list pgsql-general

From Terry Lee Tucker
Subject Re: a few doubts regarding postgres
Date
Msg-id 200502110907.07653.terry@esc1.com
Whole thread Raw
In response to Re: a few doubts regarding postgres  (Shridhar Daithankar <ghodechhap@ghodechhap.net>)
Responses Re: a few doubts regarding postgres
List 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...

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: SQL query
Next
From: Christoph Pingel
Date:
Subject: views get 'lost'