anonymous wrote : On persistent messages, I used to get 24K messages / second, and now I'm getting 17K messages / second.
This is similar to the figures i was getting a few weeks ago, last time i ran the perf tests.
anonymous wrote : if you run perfSender and perfListener as we aways used to run, sometimes you will not get all the messages on the client.
I'll have a look today to see if this happens for me and do some investigating.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179484#4179484
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179484
OK, so my preliminary testing & tuning is showing that for large batches of Serializable or Externalizable objects, my default implementation is around twice as fast as the standard one (this is without using class or instance tables; though that would speed things up a little, large batches will benefit less from class tables than small batches will). I've only tested with Sun 1.5 and 1.6, 32- and 64-bit JVMs on Linux x86_84 though.
I've yet to do a real test with many small batches. When I've gotten all this testing done I'll do up some pretty charts or something. More news as it comes in...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179451#4179451
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179451