[ python-Bugs-1010264 ] Implement a queue for protocol transactions
noreply at pgfoundry.org
noreply at pgfoundry.org
Sun Feb 3 21:12:21 UTC 2008
Bugs item #1010264, was opened at 2008-02-03 14:12
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010264&group_id=1000094
Category: fe/proboscis
Group: To do
Status: Open
Resolution: None
Priority: 5
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Implement a queue for protocol transactions
Initial Comment:
Currently, only one transaction can be set for processing. However, some situations involving transactions can benefit substantially from queueing the transactions to avoid extra round-trips. Granted, any kind of commit does not have this luxury, but starts and rollbacks can certainly benefit from this.
This would allow request messages of a sequences of protocol transactions to be sent out in one write. Removing any need or desire to combine multiple requests into a single transaction.
----------------------------------------------------------------------
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010264&group_id=1000094
More information about the Python-general
mailing list