I have read the configure thread model tutorial, and i dont know exaclty what
to pick for my server program. I have lots of connections ( like 1000) and i
want to get even more ( upto 5000, 10000).
The main problem is that at about 500 connections, broadcast messages get
cpu to 100 % usage. I've tried the cachedthreadpool, but from what i can
see, the mina keeps only about 30-35 threads even though i have 500 clients.
I keep a class for each client in a linked list, and attach it to each
session, in broadcast messages i must get through all the list.
What should i do to avoid this situation ( 100 % cpu usage )?
Thanks
-- 
View this message in context: 
http://www.nabble.com/Performance-problem-tf4783282s16868.html#a13684209
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to