Re: Is there any performance penalty using --with-ssl?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
Cc: "Palle Girgensohn" <girgen@partitur.se>, pgsql-hackers@postgresql.org
Date: 2002-01-04T06:22:33Z
Lists: pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes: > What about the memory size overhead it adds to every postgres process? AFAIK, on all modern OSes there's no significant performance penalty for code that's nominally part of your address space but is never actually swapped in/executed. regards, tom lane