python - fe: Implement nowait option.

Started by Nonameover 20 years ago1 messagescomitters
Jump to latest
#1Noname
jwp@pgfoundry.org

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)