[koha-commits] main Koha release repository branch new/bug_7963 created. v3.08.00-972-gf88f11b

Git repo owner gitmaster at git.koha-community.org
Fri Oct 5 11:41:57 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_7963 has been created
        at  f88f11b4f805a70c9748bc3676cb1ce086db2ce8 (commit)

- Log -----------------------------------------------------------------
commit f88f11b4f805a70c9748bc3676cb1ce086db2ce8
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Oct 2 16:55:32 2012 +0200

    Bug 7963 follow-up: die nicely if AnyEvent libraries not installed
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 1e1422e8babd7d47f23b9e12c521adb9a9aefbbc
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sat Apr 14 15:04:41 2012 +0200

    Bug 7963 Parallel HTTP requests when checking URLs
    
    Current script check-url.pl checks URL found in 856$u by sending HTTP
    requests, one by one. The next request can't be sent before the previous
    one get a result, which can be very slow for dead URL. I propose a new
    script which send multiple requests simultaneously which improve
    drastically URL checking execution time.
    
    This script is based on AnyEvent and AnyEvent::HTTP CPAN modules.
    Add new dependencies AnyEvent & AnyEvent::HTTP.
    
    See doc: perldoc check-url-quick.pl
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list