http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8970
--- Comment #19 from Jonathan Druart <[email protected]> --- (In reply to Robin Sheat from comment #17) > It seems to me that the best(?!) way to sort this is to rewrite the way the > whole background processing stuff works, and to using a queueing daemon that > handles forking and processing. This is cleaner overall than forking a web > process anyway. However, it's a fairly substantial amount of work. Julian used Net::Server::Daemonize to fix an other issue in tools/batchMod.pl. It is in production and it seems to work quite well. see http://git.biblibre.com/?p=koha;a=commit;h=1347281752d62dd370f6e4fae936def6d7630d5c I don't have a lot of time at the moment to make a patch, but I will try to do it when I could. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
