[commits] Horde branch master updated. 340a3e714b86c6bc9f2bafc2a6b64c3f41aaff8d

Michael M Slusarz slusarz at horde.org
Thu Jul 23 20:29:09 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: e23205e8e3440bf5dab13515fa3f7d644e15fef6

da42ef7... For now, don't hide these errors.
024ed5f... Fix memcache locking issue.
340a3e7... Fix dependencies; throw Exception on error.

-----------------------------------------------------------------------

commit da42ef783824d956bb727dca15eb80a14a0df7c8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 23 13:01:47 2009 -0600

    For now, don't hide these errors.

 framework/Core/lib/Horde/Registry.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=d53069841a256cb02d3bbe3a8e4e20ce8dbf4d87&r2=da42ef783824d956bb727dca15eb80a14a0df7c8

-----------------------------------------------------------------------

commit 024ed5ffd88be18fc5022fae3b85d8b5f5494559
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 23 14:18:10 2009 -0600

    Fix memcache locking issue.
    
    If you don't specify a time value to delete(), apparently memcache takes
    that as expiring in 1 second - not an instantaneous expire.  Which isn't
    mentioned in the documentation and is not very intuitive (delete means
    delete).  This was causing slow load times on message with a lot of
    attached images - the thumbnails were slow to load because the sessions
    were not being marked as unlocked for at least a second, preventing the
    next image from loading.

 framework/Memcache/lib/Horde/Memcache.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Memcache/lib/Horde/Memcache.php?rt=horde-git&r1=88074155a5f7b103e641641036b9a10681ed9eea&r2=024ed5ffd88be18fc5022fae3b85d8b5f5494559

-----------------------------------------------------------------------

commit 340a3e714b86c6bc9f2bafc2a6b64c3f41aaff8d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 23 14:21:40 2009 -0600

    Fix dependencies; throw Exception on error.

 framework/Memcache/lib/Horde/Memcache.php                      |   20 ++++----
 framework/Memcache/package.xml                                 |    6 ++-
 framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php |    3 -
 3 files changed, 15 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/framework/Memcache/lib/Horde/Memcache.php?rt=horde-git&r1=024ed5ffd88be18fc5022fae3b85d8b5f5494559&r2=340a3e714b86c6bc9f2bafc2a6b64c3f41aaff8d
http://git.horde.org/diff.php/framework/Memcache/package.xml?rt=horde-git&r1=d33d085984290fd90233dbceb4e15c02dff83c31&r2=340a3e714b86c6bc9f2bafc2a6b64c3f41aaff8d
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php?rt=horde-git&r1=def290e68df5243289d2217150d7d1bd4c76581c&r2=340a3e714b86c6bc9f2bafc2a6b64c3f41aaff8d




More information about the commits mailing list