Hi.
I'm using MINA for a multi-server environment where each server must have connections to the others to process asynchronous requests. I'm currently using the ConnectFuture class to make servers connect between them but something is making my servers to crash with an out of memory exception when making load testing and getting around 300 users. I was wondering if the problem might be caused by the use of this class since this could be using only one connection to process all requests among each server pair creating then like a big outgoing message queue on each server since the origin and the host are always the same. Do you think this might be my problem?, is there any other class I could use to make connections between servers? I'll appreciate any help on this subject, Thank you, Oscar Herrera Studiocom Inc. www.studiocom.com <http://www.studiocom.com/>
