about signals

From: "hiroko" <h_ogawa(at)rnk(dot)co(dot)jp>
To: <pgsql-general(at)postgresql(dot)org>
Subject: about signals
Date: 2001-03-19 11:40:13
Message-ID: 004501c0b069$6e9e59e0$e801a8c0@d4.dion.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

we are now going to develop a system using PostgreSQL on Linux.
this is the first time for us to use PostgreSQL , as well as Linux.
many things we would like to ask...

this time, the question is about SIGNALS.
I know there are some signals used for the interactions between
postmaster and backend(DB server). but not the details.

for example,
think of the case when you make PostgreSQL-included programs used as
LIBRARY.
if a signal occured at PostgreSQL-process when other apllication is applying
to that
LIBRARY, does this application catch that signal (from PostgreSQl) in
mistake for the one
from its child process??
we would be much pleased if you help us about this question.

we need more detailed information about how they work.
the info about where we can get answers is pleased, too.

and this is rather urgent.
I do waiting for your reply!!!

Browse pgsql-general by date

  From Date Subject
Next Message Michelle Murrain 2001-03-19 13:23:34 Re: IDE or RAD tools
Previous Message mwaples 2001-03-19 10:09:16 Re: concurrent updates problem