Skip to content
  1. 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
  2. Aug 14, 2015
  3. Aug 13, 2015
  4. Aug 12, 2015
  5. Aug 10, 2015
  6. Aug 09, 2015
  7. Aug 03, 2015
  8. Aug 02, 2015
  9. Jul 30, 2015
  10. Jul 24, 2015
  11. Jul 23, 2015
  12. Jul 22, 2015
  13. Jul 20, 2015
  14. Jul 19, 2015
  15. Jul 18, 2015