General question about concurrent connections and Netty.
javadevmtl
java.dev.mtl at gmail.com
Fri Jun 25 01:47:04 EDT 2010
Is it possible that the OrderedMemmoryAwareExecutor is holding up the rest of
the pipeline because of the ordering?
When does the acceptor thread go back to reading the socket? Does the accept
thread accept and hand off to the stream tyo another thread so it can
continue accepting?
I don't have my code in front of me right now. But I had the above idea.
I will also write a simple echo server and see if that can handle the 200
concurrent connections... And then will add extra business logic and see if
that affects it...
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/General-question-about-concurrent-connections-and-Netty-tp5179056p5220769.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list