From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Josh Berkus <josh(at)agliodbs(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, Matthew Wakeling <matthew(at)flymine(dot)org>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Pooling in Core WAS: Need help in performance tuning. |
Date: | 2010-07-28 20:10:08 |
Message-ID: | 22316.1280347808@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> However, if we don't support that, we can't do any sort of pooling-ish
> thing without the ability to pass file descriptors between processes;
> and Tom seems fairly convinced there's no portable way to do that.
Well, what it would come down to is: are we prepared to not support
pooling on platforms without such a capability? It's certainly possible
to do it on many modern platforms, but I don't believe we can make it
happen everywhere. Generally we've tried to avoid having major features
that don't work everywhere ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2010-07-28 20:19:22 | Re: Pooling in Core WAS: Need help in performance tuning. |
Previous Message | Robert Haas | 2010-07-28 19:52:19 | Re: Pooling in Core WAS: Need help in performance tuning. |