Re: postgres generates too much processes per minute

From: Bill Moran <wmoran(at)collaborativefusion(dot)com>
To: "coliban(at)gmail(dot)com" <coliban(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres generates too much processes per minute
Date: 2008-06-19 14:17:10
Message-ID: 20080619101710.dba7192e.wmoran@collaborativefusion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to "coliban(at)gmail(dot)com" <coliban(at)gmail(dot)com>:

> Hello,
>
> i have the problem that postgres ist starting and stopping several (up
> to 4) processes per minute, so that the error log in windows is
> running full, with more than 14 entries every minute.
>
> Does someone know, how to reduce the start and the end of so many
> processes, is there a variable or something ?

A process is started for every connection and ends when the connection
is closed. If you're opening/closing connections frequently, you'll
see this. It's by design.

Is the problem just that it's overwhelming the logs? If so, you're
best bet is probably to reduce the amount of logging that occurs.

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

wmoran(at)collaborativefusion(dot)com
Phone: 412-422-3463x4023

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2008-06-19 14:21:41 Re: Vacuum and inserts
Previous Message Michael Fuhr 2008-06-19 14:11:49 Re: Vacuum and inserts