Hi, I wouldn't say its a MINA problem because I've been able to reach thousands of concurrent connections without any problems from MINA. You would see better performance if you use the Executor based thread pool.
0.9.4 is being used in production environments and is quite stable, except for an issue which you work around by using the Java5 Executor based pool. Regards, Vinod. On 9/5/06, Wang Henry <[EMAIL PROTECTED]> wrote:
Dear support, Recently I tested the echo server with build mina-0.9.4-all on a single CPU windows XP machine. However, after concurrent connection reaches 1000, the acceptor becomes slow and CPU reaches 80%. After I tried to add the thread pool filter with 2 threads, still same. I wonder that is the limitation of Java 1.5 NIO or I need do more things to make it CPU usage low. By the way, mina-0.9.4 is considered to be a release version? Thanks. Henry
