Show
Ignore:
Timestamp:
01/13/09 03:23:26 (11 months ago)
Author:
hachi
Message:

Fix reconnects on dead sockets to not be as slow.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/api/perl/ChangeLog

    r798 r805  
     1        * Reconnects to a dead connection shouldn't happen every time when the 
     2          connection has never succeded. Apply the dead timeout to sockets that 
     3          never even came up. Add a test. 
     4 
    15        * Warn when trying to put undef values into memcache. 
    26          (Henry Lyne <hlyne@livejournalinc.com>)