Re: errors with high connections rate

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: "Pawel S(dot) Veselov" <pawel(dot)veselov(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: errors with high connections rate
Date: 2012-07-03 13:40:01
Message-ID: 4FF2F631.8060406@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Here's the test program, btw:

https://github.com/ringerc/scrapcode/tree/master/scripts/pg_forktest

pgfork.py is a home rolled fork() horror.

pg_mp.py is the same thing done with Python's multiprocessing module.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Schwarzer 2012-07-03 13:48:53 ERROR: function crosstab(unknown, unknown) does not exist
Previous Message Craig Ringer 2012-07-03 13:32:23 Re: Where should I start for learn development