Skip to content
  1. Sep 17, 2015
  2. Sep 16, 2015
  3. Sep 15, 2015
  4. Sep 14, 2015
  5. Sep 13, 2015
  6. Sep 12, 2015
  7. Sep 10, 2015
  8. Sep 09, 2015
  9. Sep 08, 2015
    • Jim Jagielski's avatar
      Merge r1700317, r1700318, r1700319, r1700320, r1700321, r1700322, r1700326,... · 8f46dc03
      Jim Jagielski authored
      Merge r1700317, r1700318, r1700319, r1700320, r1700321, r1700322, r1700326, r1700328, r1700330, r1700331, r1700332, r1700334, r1700336, r1700338 from trunk:
      
      Fix some spurious ident spotted by sparse
      
      Silence a sparse warning about inconsistent indenting
      
      
      Silence a sparse warning about inconsistent indenting
      
      
      Silence a sparse warning about inconsistent indenting
      
      
      Silence a sparse warning about inconsistent indenting
      
      
      Silence a sparse warning about inconsistent indenting
      
      
      Silence a sparse warning about inconsistent indenting + some minor style issues
      
      Remove useless line
      
      Silence a sparse warning about inconsistent indenting + some minor style issues
      
      Silence a sparse warning about inconsistent indenting + some minor style issues
      
      Silence a sparse warning about inconsistent indenting + some minor style issues
      
      Fix some spurious ident spotted by sparse
      
      Silence a sparse warning about inconsistent indenting + some minor style issues
      
      Silence a sparse warning about inconsistent indenting + some minor styl...
      8f46dc03
    • Jim Jagielski's avatar
      Merge r1696105, r1700418 from trunk: · b7f7b509
      Jim Jagielski authored
      With the current implementation, it is likely to connect/close a socket with the memcache server for each command sent.
      The root cause is a too small idle timeout (600 microseconds).
      
      Add a new directive, 'MemcacheConnTTL',  to control this idle connection timeout with the memcache server(s).
      Change the default value from 600 usec (!) to 15 sec as per Yann suggestion.
      
      I've limited accepted values from 1 to 1800 seconds (half an hour) because internaly, the value passed to 'apr_memcache_server_create' is still in mirco-seconds.
      
      PR 58091
      ~~~~~~~~~~~~~~~~~~~_
      Homemade measurement (on a slighly modified version of httpd) shows a +30% in number of processed requests using memcache to cache /index.html.
      Comparison made between the 600 usec and 15 sec TTL.
      
      Memcache config:
          default
      httpd Config:
          CacheEnable socache /
          CacheSocache memcache:127.0.0.1
          LoadModule mpm_event_module modules/mod_mpm_event.so
      httpd compiled with:
          ./configure --enable-mpms-shared=...
      b7f7b509
  10. Sep 07, 2015
  11. Sep 06, 2015
  12. Sep 05, 2015