Обсуждение: python - fe: Implement nowait option.

Поиск
Список
Период
Сортировка

python - fe: Implement nowait option.

От
jwp@pgfoundry.org (James William Pye)
Дата:
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)