We have a thread pool - the problem is, we really *do* need to be able to handle thousands
of simultaneous request threads. The application in this case is an audio streaming server
which ideally should only be limited by IO reading files from disk. Currently we have this
scaling up to a few thousand simultaneous users but the idea is for this to go up into the
tens of thousands.
I will code up a message queue so message sending happens in one thread. Thanks for the
input.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242380#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...