You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "William A. Rowe Jr." <wr...@rowe-clan.net> on 2010/12/01 10:05:02 UTC

Re: [users@httpd] CLOSE_WAIT management with apche2 and mod_python

On 11/25/2010 9:33 AM, Damiano Barboni wrote:
> 
> Since the resources utilization is high, I would like to manage the
> CLOSE_WAIT status and I would like to force the server process to end.

Ending the server process will have ENOEFFECT.  The network socket stack
in the OS entirely owns the CLOSE_WAIT socket to satisfy the configured
MTU, which you can muck with in your kernel/sockets configuration.

That isn't actually an httpd question at all.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org