On 03.02.2010 11:34, Asankha C. Perera wrote: > I think turning off interest in OP_ACCEPT will prevent a busy loop, and > be the ideal solution.. This takes me back to HTTPCORE-127 where I > wanted the client to see a connection refused.. so this new requirement > is slightly different, as now I simply want to delay acceptance of > connections..
If you set backlog to 1, new connections will be refused on TCP level. However if you want a HTTP error response, this doesn't help you. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
