Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Keeping processes open for re-use


  • From: Hilary Forbes <hforbes(at)dmr(dot)co(dot)uk>
  • To: pgsql-performance(at)postgresql(dot)org
  • Subject: Keeping processes open for re-use
  • Date: Thu, 09 Nov 2006 12:35:00 +0000
  • Message-id: <5(dot)1(dot)0(dot)14(dot)0(dot)20061109123348(dot)0418fbb8(at)mailserver(dot)dmr(dot)co(dot)uk>

Dear All

Looking at the processes running on our server, it appears that each time a web server program makes a call to the database server, we start a new process on the database server which obviously has a start up cost. In Apache, for example, you can say at start up time,that you want the machine to reserve eg 8 processes and keep them open at all times so you don't have this overhead until you exceed this minimum number. Is there a way that we can achieve this in Postgres? We have a situation whereby we have lots of web based users doing short quick queries and obviously the start up time for a process must add to their perceived response time.

Thanks
Hilary



Hilary Forbes
DMR Limited (UK registration 01134804)
A DMR Information and Technology Group company (www.dmr.co.uk)
Direct tel 01689 889950 Fax 01689 860330
DMR is a UK registered trade mark of DMR Limited
**********************************************************



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group