Esmond Pitt <esmond.p...@bigpond.com> wrote: >Asankha > >To reiterate what Christopher said, if you close the listening socket >because you think you can't service one extra client, you will lose all >the >connections on the backlog queue, which could be hundreds of clients, >that >you *can* service.
Indeed. I'd like to hear the OP's response to this problem. >In addition, those clients will then get exactly the behaviour that you >are >complaining about: a successful connection and then a 'connection >reset' >when doing I/O. That is my understanding of what would happen as well. Again, I'd like to hear the OP's response. >Note also that you cannot know how long the backlog queue is, nor how >many >clients are already in it. > >There is no possibility of this proposal being accepted. It certainly looks that way at the moment. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org