Java LISTEN/NOTIFY client library work-around - Mailing list pgsql-hackers

From Joel Jacobson
Subject Java LISTEN/NOTIFY client library work-around
Date
Msg-id CA+9pJHR4SaDbxWGCJKVE0msH6sZKZbNKrzmpUrzjKPn5n9LV2A@mail.gmail.com
Whole thread Raw
Responses Re: Java LISTEN/NOTIFY client library work-around
Re: Java LISTEN/NOTIFY client library work-around
List pgsql-hackers
Hi,

As you know, LISTEN/NOTIFY is broken in the Java client library. You have to do a SELECT 1 in a while-loop to receive the notifications.


Is there some other library with a proper implementation where you don't have to spam the database with queries to get the notifications?

If not, my company is willing to sponsor development of a patch fixing this problem.

--
Best regards,

Joel Jacobson

pgsql-hackers by date:

Previous
From: jesper@krogh.cc
Date:
Subject: GIN internal query-plan alternatives.
Next
From: Jan Urbański
Date:
Subject: Re: Java LISTEN/NOTIFY client library work-around