Hi Marc, I had developed an in-house MINA based network application for routing application level protocol, which is Text Protocol based on TCP/IP. We were using Mina 0.94 and is migrating to Mina 1.0.1.
For my L&P testing, I developed a Simulator using Python 2.5 with Twisted 2.5 and I also developed Multi-Threaded Test Driver using Python 2.5. Usually, I run two Test Driver Instances on two separate machines each one will launch 20 current threads to hit the Server on another machine which'll route all the requests to the Simulators and forward the responses back to the Test Driver as client. I can run my test driver over night and over weekend, I don't see any problem Mina handling 40 concurrent client threads. We are using Solaris 10 x86 boxes for these kind of testing. Thanks, Jian On 2/23/07, Marc Boorshtein <[EMAIL PROTECTED]> wrote:
I was curious if any scalability testing has been done on MINA based servers and any scalability tips that may be available. I've already upped my SocketAcceptor threads which is not seeming to help. MyVD uses MINA for it's protocol stack (based on the apacheds stack). No matter what I do, I can't seem to go beyond 10 concurrent connections and was wondering if anyone else had seen this? Thanks Marc
