[ 
https://issues.apache.org/jira/browse/QPID-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575703#comment-13575703
 ] 

Pavel Moravec commented on QPID-4115:
-------------------------------------

It is worth applying patch from QPID-4576 also to Python client:

--- qpid-receive.orig   2013-02-11 09:24:05.463276868 +0100
+++ qpid-receive.new    2013-02-11 09:24:56.420331928 +0100
@@ -110,6 +110,8 @@ def main():
 
         if opts.ready_address is not None:
             session.sender(opts.ready_address).send(msg)
+            if opts.tx > 0:
+                session.commit()
         # For receive rate calculation
         start = time.time()*TIME_SEC
         interval = 0

                
> qpid-send and qpid-receive for Python client
> --------------------------------------------
>
>                 Key: QPID-4115
>                 URL: https://issues.apache.org/jira/browse/QPID-4115
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Python Test Suite
>    Affects Versions: 0.16
>            Reporter: Pavel Moravec
>            Assignee: Gordon Sim
>            Priority: Minor
>         Attachments: qpid-receive, qpid-send, statistics.py
>
>
> I am proposing qpid-send and qpid-receive for Python client, as an equivalent 
> of C++ qpid-send.cpp / qpid-receive.cpp programs.
> The aim was to have an equivalent copy of the C++ programs to be able to 
> compare performance of C++ vs. Python clients.
> Base qpid version of C++ programs I used is 0.16.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to