Re: errors with high connections rate - Mailing list pgsql-general

From Craig Ringer
Subject Re: errors with high connections rate
Date
Msg-id 4FF2F631.8060406@ringerc.id.au
Whole thread Raw
In response to Re: errors with high connections rate  (Craig Ringer <ringerc@ringerc.id.au>)
List 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

pgsql-general by date:

Previous
From: Stefan Schwarzer
Date:
Subject: ERROR: function crosstab(unknown, unknown) does not exist
Next
From: Craig Ringer
Date:
Subject: Re: Where should I start for learn development