Q&A with Trustin Lee - Which ChannelFactory should be used and when?

Flash Developer fdeveloper at gmail.com
Tue Dec 2 00:41:19 EST 2008


fdev:
>From a perf. perspective, is the NIO based ChannelFactory still best,
or should I use OioServerSocketChannelFactory?

trustin:
If the number of connection is small, you might prefer old I/O factory.

fdev:
I tried both, but in single user mode I can't see much of a difference
in terms of performance

trustin lee:
I think it 'depends'

fdev:
so which factory to pick depends on the number of concurrent
connetions, and *not* on the size of the messages?

trustin lee:
right.



More information about the netty-users mailing list