Maziyar Eslamieh wrote:
please help me

We have a sender and receiver server which uses MINA2. We should send and 
receiver 600 message per second. As this server receives messages , the number 
of ConcurrentLinkedQueue$node object increases in memory.
I want to know why the number of this object increases
Because your server is not processing messages fast enough, and the incoming messages waiting for being processed are stored in this queue.

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to