Thread: on windows 8.3 many processes - is it normal?

on windows 8.3 many processes - is it normal?

From
johnf
Date:
When I open task manager there appears 10 'postgres.exe' in the list.  I this
normal.  Windows XP, postgres 8.3
--
John Fabiani

Re: on windows 8.3 many processes - is it normal?

From
"Scott Marlowe"
Date:
On Mon, Oct 6, 2008 at 11:30 AM, johnf <jfabiani@yolo.com> wrote:
> When I open task manager there appears 10 'postgres.exe' in the list.  I this
> normal.  Windows XP, postgres 8.3

Yep.  pgsql uses a 1 process per customer design.  The basic database
running with no external connections will have 3 or more postgres.exe
running.

Re: on windows 8.3 many processes - is it normal?

From
Bill Moran
Date:
In response to johnf <jfabiani@yolo.com>:

> When I open task manager there appears 10 'postgres.exe' in the list.  I this
> normal.  Windows XP, postgres 8.3

Postgres starts a new process for each connection in addition to a few
maintenance processes.

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran@collaborativefusion.com
Phone: 412-422-3463x4023

****************************************************************
IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.
****************************************************************

Re: on windows 8.3 many processes - is it normal?

From
johnf
Date:
On Monday 06 October 2008 10:34:12 am Scott Marlowe wrote:
> On Mon, Oct 6, 2008 at 11:30 AM, johnf <jfabiani@yolo.com> wrote:
> > When I open task manager there appears 10 'postgres.exe' in the list.  I
> > this normal.  Windows XP, postgres 8.3
>
> Yep.  pgsql uses a 1 process per customer design.  The basic database
> running with no external connections will have 3 or more postgres.exe
> running.

Thanks

--
John Fabiani