Skip to content
  1. Aug 21, 2015
  2. Aug 20, 2015
  3. Aug 19, 2015
  4. Aug 18, 2015
  5. Aug 17, 2015
  6. Aug 16, 2015
  7. Aug 15, 2015
    • Christophe Jaillet's avatar
      With the current implementation, it is likely to connect/close a socket with... · 01661a11
      Christophe Jaillet 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
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696105 13f79535-47bb-0310-9956-ffa450edef68
      01661a11
  8. Aug 14, 2015
  9. Aug 13, 2015
  10. Aug 12, 2015
  11. Aug 10, 2015
  12. Aug 09, 2015