[OGo-Users] postgres connection limit exceeded

Helge Hess users@opengroupware.org
Fri, 29 Feb 2008 22:28:47 +0100


On 29.02.2008, at 20:01, Adam Tauno Williams wrote:
> Idle connections don't cost much until you have *lots*
> of them.


No, not really, this is deprecated wisdom ;-) Modern servers use  
poll() and companions, not select, to wait on connections.

Anyways, I think PG forks a process per connection, this might have  
some cost associated. But I doubt it will become an issue unless you  
go 1000+.

Greets,
   Helge
-- 
Helge Hess
http://www.helgehess.eu/