[
https://issues.apache.org/activemq/browse/AMQCPP-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39537
]
Gerald Kaas commented on AMQCPP-93:
-----------------------------------
I'm not sure if anyone is interested, but I wanted to post the results of the
internal test. Originally our small test program marshalled, sent, received,
and unmarshalled 2000 messages. Each message was approx 100k in size composed
of shorts, integers, doubles, and strings.
Using the ActiveMQ marshalling code we were able to run this program in 27-28
seconds. Using our own internal marshalling code that was very similar and
generated exactly the same message body we were able to run this program in 7-8
seconds. There were no other changes to the ActiveMQ code other than using a
different marshalling harness.
> Performance analysis
> --------------------
>
> Key: AMQCPP-93
> URL: https://issues.apache.org/activemq/browse/AMQCPP-93
> Project: ActiveMQ C++ Client
> Issue Type: Task
> Affects Versions: 2.0
> Reporter: Nathan Mittler
> Assignee: Nathan Mittler
> Fix For: 2.2
>
> Attachments: amqcpp-perf1.patch, amqcpp-perf1v2.patch, bench1.cpp,
> bench2.cpp, DataInputStream.patch, DataOutputStreamv0.patch, patch Results.xls
>
>
> Do a performance analysis on openwire vs stomp.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.