Re: Questions regarding notify processing. - Mailing list pgsql-general

From Tom Lane
Subject Re: Questions regarding notify processing.
Date
Msg-id 15009.1109369974@sss.pgh.pa.us
Whole thread Raw
In response to Re: Questions regarding notify processing.  (Terry Lee Tucker <terry@esc1.com>)
List pgsql-general
Terry Lee Tucker <terry@esc1.com> writes:
> The alternate input source is created on application startup with:
> ctrl->sys->dbInputId = XtAppAddInput (app,
>             ctrl->sys->socketId,
>             (XtPointer) (XtInputReadMask),
>             DbInputCB, (XtPointer) ctrl);
> And, it remains throughout the duration of the application. I believe this
> issue is related to your comment regarding the fact that selects are waiting
> on both 3 and 4 and sometimes just one or the other.

I wonder if you have found a bug in the X toolkit?  It might be worth
trying to identify exactly where the selects that only wait on FD 4 are
coming from.  If you can prove that the toolkit is not paying attention
to FD 3 when it should be, it's time to file a bug with those folk.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hash aggregates blowing out memory
Next
From: josue
Date:
Subject: row numbering