From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Terry Lee Tucker <terry(at)esc1(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Questions regarding notify processing. |
Date: | 2005-02-25 22:19:34 |
Message-ID: | 15009.1109369974@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Terry Lee Tucker <terry(at)esc1(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | josue | 2005-02-25 22:44:58 | row numbering |
Previous Message | Tom Lane | 2005-02-25 22:08:22 | Re: Hash aggregates blowing out memory |