http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
--- Comment #101 from Jonathan Druart <[email protected]> --- 95 # TODO implement in the future - I don't know the best way of doing this yet. 96 # If fork: make sure process group is changed so apache doesn't wait for us. 97 98 =cut 99 100 sub update_index_background { FWIW: I have developed an "index queue" for Solr. It's inconceivable to index on the fly one by one in a real world. Koha just added a recordid in a file and the index queue watches the file and indexes a batch when needed (x minutes passed or y records in the file). I can provide you more information if needed. -- 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/
