Re: dynamic loading of .so

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: <cristian(at)clickdiario(dot)com>
Cc: tjo(at)acm(dot)org, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: dynamic loading of .so
Date: 2005-10-17 00:17:38
Message-ID: m2k6gdyp25.fsf@Douglas-McNaughts-Powerbook.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<cristian(at)clickdiario(dot)com> writes:

> are there any way to make them global for all the instances?

Put them in shared memory. This probably isn't trival, as all the
shared memory is allocated up front and used for existing purposes (at
least, as I understand it).

I guess you could always allocate your own shmem segment, but managing
it (and making sure it goes away when the backend exits) would be a
pain.

-Doug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Reyes 2005-10-17 00:42:08 Safe to kill idle connections?
Previous Message cristian 2005-10-16 23:54:21 Re: dynamic loading of .so