"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...