Hi, i have a client application, that do many connections to 2-3 servers.I want create connection pool object (5-10 connections to each server), but i'm newbie in mina. May be MINA already has mechanism for that? I use MINA 2. I can do pool for IoSession object, but i think it's not very good idea (i need manyaly clear state of IoSession object)?
Please advice me the best solution for this situation.
-- Best regards, Alexandr V. Varlamov
