Re: Is there any performance penalty using --with-ssl? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Is there any performance penalty using --with-ssl?
Date
Msg-id 3429.1010125353@sss.pgh.pa.us
Whole thread Raw
In response to Re: Is there any performance penalty using --with-ssl?  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List 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


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: Is there any performance penalty using --with-ssl?
Next
From: Fredrik Estreen
Date:
Subject: Re: LWLock contention: I think I understand the problem