Please, let me know how close session by idle works? For example, I have server which sends 1-5 messages to client. Each message is around 5kbytes. Seesion idle time is 30 seconds now (session.getConfig().setIdleTime(IdleStatus.WRITER_IDLE, 30);).

My question: Is MINA use for control idle time beetween each sent messsage or time of reply in ProtocolHandler.messageReceived ?

Like notice on other problem : traffic from MINA server when 100 users need more data going in STOP & GO mode. It can froze for some time and then go again - going not stable from server. It can be MINA fault? or it's 100% line problem?

I'm using 0.8.3 release. With prev. releases I have the same problems.

Looks like it was line problem... Any way, please let me know how server track the idle time...

Reply via email to