1. 24 Aug, 2015 7 commits
  2. 22 Aug, 2015 2 commits
  3. 21 Aug, 2015 6 commits
  4. 20 Aug, 2015 2 commits
  5. 19 Aug, 2015 6 commits
  6. 18 Aug, 2015 6 commits
  7. 17 Aug, 2015 3 commits
  8. 16 Aug, 2015 2 commits
  9. 15 Aug, 2015 1 commit
    • 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
  10. 14 Aug, 2015 5 commits