[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Overhead of remoting filters
jmesnil
do-not-reply at jboss.com
Mon Apr 28 08:08:07 EDT 2008
"timfox" wrote : I'd be interesting in knowing what's the overhead of the keep alive and the request-response filters on non request-response traffic.
|
I've used MinaSessionTest.testWriteMany() and sent 50K messages to get some figures on these filters.
There is some variation on these figures so they're to be taken with a grain of salt:
with reqres & keepalive filters
===============================
duration: 6242 ms
without reqres filter
=====================
duration: 6057 ms
=> duration decreases by 3%
without keepalive filter
========================
duration: 5802 ms
=> duration decreases by 7%
without reqres & keepalive filters
==================================
duration: 5507 ms
=> duration decreases by 11%
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147199#4147199
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147199
More information about the jboss-dev-forums
mailing list