Re: Manage connection

2008-05-13 Thread Mark Thomas
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

Manage connection

2008-05-13 Thread Liang Xiao Zhu
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