From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Malcolm Beattie <mbeattie(at)sable(dot)ox(dot)ac(dot)uk> |
Cc: | The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgresql(dot)org, darcy(at)vex(dot)net |
Subject: | Re: pg_hba.conf && ident ... |
Date: | 2000-05-10 16:43:49 |
Message-ID: | 18796.957977029@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Malcolm Beattie <mbeattie(at)sable(dot)ox(dot)ac(dot)uk> writes:
> It looks like the whole pg_hba thing isn't really designed to be
> asynchronous or event-driven.
Nope, the module would need a pretty thorough rewrite ...
> A cheap and cheerful fix would be to
> replace the blocking connect/send/recv in ident() in hba.c with
> foo_timeout ones (for foo one of connect/send/recv).
That was what I was thinking too, unless we find a volunteer to do
the bigger job. I don't particularly care to spend that much time
on this problem myself.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 2000-05-10 17:01:11 | Re: Great, big errors ... Again. |
Previous Message | Tom Lane | 2000-05-10 16:38:37 | Re: MD5 |