[ python-Bugs-1010264 ] Implement a queue for protocol transactions

noreply at pgfoundry.org noreply at pgfoundry.org
Fri Mar 14 17:36:19 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: Closed
>Resolution: Postponed
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.

----------------------------------------------------------------------

>Comment By: James Pye (jwp)
Date: 2008-03-14 10:36

Message:
Conflicts with lost controller garbage collection. This will is being deferred/closed for now.

----------------------------------------------------------------------

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