IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 46 and Version 47 of ApacheTuning


Ignore:
Timestamp:
Mar 10, 2011, 5:19:19 PM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApacheTuning

    v46 v47  
    256256Busy and segfaults messages. No data loss.
    257257
    258 === Experiments 34 and 35 ===
     258=== Experiments 34, 35, and 36 ===
    259259Same parameters as 33.
    260260
     
    273273  Maximum observed: 4011 tcp-non-mysql connections almost all in TIME_WAIT state
    274274  mysql connections count are stable (max 215 even if the max_connections variable is set to 1024).
     275
     276Most of them look like:
     277{{{
     278Proto Recv-Q Send-Q Local Address           Foreign Address         State     
     279tcp6       0      0 ippc01.ifa.hawaii.:http ippc01.ifa.hawaii:34115 TIME_WAIT 
     280}}}
     281so clearly re-negociations of the apache server.
     282
     283It would be worth to explicitely close the connection when the client disconnects instead of letting it die?
     284
     285=== Experiment 37 ===
     286I implemented disconnect methods both on the client and the server.
     287I modified the neb-touch script in bin to call disconnect.
     288I restarted the Apache server
     289
     290(37, 1, 1,