Liang Xiao Zhu wrote:
Hi everyone!
I am wondering, how can i manage connection? What I want to do is
simplely filter connections, such as when I have 50 request I want the
follow connections will be refused. I am using a NIO protocol for to do
that, in fact, I am looking at a
Hi everyone!
I am wondering, how can i manage connection? What I want to do is
simplely filter connections, such as when I have 50 request I want the
follow connections will be refused. I am using a NIO protocol for to do
that, in fact, I am looking at a Http11NioProcessor.java and