mina icon indicating copy to clipboard operation
mina copied to clipboard

mina server/client example To enhance

Open basebase opened this issue 8 years ago • 3 comments

Client connection server example

basebase avatar Jan 03 '17 14:01 basebase

Hi,

I'm looking at your code, and I wonder how different it s from the echoserver sample ?

elecharny avatar Jan 03 '17 22:01 elecharny

@elecharny echoserver And there is no better display call to execute, I just added up session.write function

basebase avatar Jan 04 '17 01:01 basebase

你好,使用 new NioSocketAcceptor(new SimpleIoProcessorPool( NioProcessor.class, threadpoll))这种形式来创建接收器的时候 如果threadpoll中的corepollsize设置的大小小于电脑的CPU核数,如果比corepollsize更多的连接上来,会导致iosession创建不了

panmengyun avatar Apr 08 '20 07:04 panmengyun