Re: Cheapest way to poll for notifications? & Driver improvement question re SSL and notify

From: Віталій Тимчишин <tivv00(at)gmail(dot)com>
To:
Cc: PG-JDBC Mailing List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Cheapest way to poll for notifications? & Driver improvement question re SSL and notify
Date: 2009-12-21 15:56:04
Message-ID: 331e40660912210756t1cfa57e1oc8edcc69de52309a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

2009/12/21 <rsmogura(at)softperience(dot)pl>

>
> I think the background thread, especially timer thread is better solution
> then sending data to server.
>
>
I disagree because this task (receive notifications) is not an often task.
There are many many installations that do not need it. And prefer to
implement such a task in inefficient way than to make all the connections in
the world more complex and resource-consuming.

Best regards, Vitalii Tymchyshyn

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nicola Farina 2009-12-21 16:06:02 Who writes "CONTEXT" ?
Previous Message Adrian Klaver 2009-12-21 15:51:36 Re: import warnings ?

Browse pgsql-jdbc by date

  From Date Subject
Next Message MILTOS MILTIADOUS 2009-12-21 22:43:03 Re: URGENT HELP NEEDED. CALLING STORED PROCEDURES USING JDBC
Previous Message rsmogura 2009-12-21 14:03:13 Re: Cheapest way to poll for notifications? & Driver improvement question re SSL and notify