[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Message Chunking Performance problems
ataylor
do-not-reply at jboss.com
Wed Aug 27 10:14:02 EDT 2008
anonymous wrote : We can aways calculate how many bytes we need to send any of our packets. On ClientMessages, we just get the getEncodeSize(), and add a few bytes... Most of the other Packets have constant sizes.
Ive added this to the message chunking branch, we now only create the buffers to the size we need. The max buffer size in configurable via the jbm-config file via the 'remoting-max-buffer-size' attribute. Ive ran the the perf examples with max buffer size set to both 1k and 64k with tcp-nodelay enabled and disabled and the results were on par with trunk on my lap top.
I wouldn't mind some real figures if anyone with a couple of machines and a switch minds running some with some different settings?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172825#4172825
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172825
More information about the jboss-dev-forums
mailing list