Re: Can PQstatus() be used by Application to check connection to postgres periodically?

Поиск
Список
Период
Сортировка
От Pavel Golub
Тема Re: Can PQstatus() be used by Application to check connection to postgres periodically?
Дата
Msg-id 1471671858.20120208085033@gf.microolap.com
обсуждение исходный текст
Ответ на Can PQstatus() be used by Application to check connection to postgres periodically?  (sujayr06 <sujayr06@gmail.com>)
Ответы Re: Can PQstatus() be used by Application to check connection to postgres periodically?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hello, sujayr06.

You wrote:

s> Hello All,

s>            My application has to do a real time data upload to PostgreSQL
s> server. 

s>            Every time i have to do a real time upload, i do not wish to open
s> new connection.
s>            I want to open a connection once [when my application comes up]
s> and periodically check if the connection is active.
s>            Can PQstatus() be used by application to check the status of the
s> connection already established?

s>            If PQstatus() cannot be used, does PostgreSQL provide alternate
s> interface to check the status of the                     connection.

s>           Note : I do not wish to open connection on every real time upload
s> as its an overhead for the application.

s>            Appreciate any help!

You may use PQtransactionStatus for this purpose
(http://www.postgresql.org/docs/9.1/static/libpq-status.html)

s> WBR,
s> Sujay 

s>          


s>            

s> --
s> View this message in context:
s>
http://postgresql.1045698.n5.nabble.com/Can-PQstatus-be-used-by-Application-to-check-connection-to-postgres-periodically-tp5462315p5462315.html
s> Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.




-- 
With best wishes,Pavel                          mailto:pavel@gf.microolap.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Chetan Suttraway
Дата:
Сообщение: Re: patch for preventing the specification of conflicting transaction read/write options
Следующее
От: Chetan Suttraway
Дата:
Сообщение: Re: patch for implementing SPI_gettypemod()