The reason it is slow is the code relies on System.currentTimeMillis() which has a
granularity of 50ms on my box. So it only flushes at earliest every 50 ms, giving a max
top speed of 1000 / 50 = 20 msgs per sec.
I'll fix it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234950#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...