python - fe: Implement nowait option.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Implement nowait option.
Date: 2006-02-20 16:08:05
Message-ID: 20060220160805.AAD0A1033805@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Implement nowait option.

This option provides a transaction with the ability to startup and leave prior
to full processing. This allows some applications the ability to avoid some of
the cost of network round-trips.

[In particular, if this feature is taken advantage of, this should help
the performance of installations that have to deal with high latency
connections.]

Modified Files:
--------------
fe/src:
tracenull.py (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-02-20 16:36:47 psqlodbc - psqlodbc: fixed SQLLEN define(iODBC).
Previous Message User Okbob 2006-02-20 16:03:39 orafce - orafce: definition of PG_VERSION_XX_COMPAT