https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34477
--- Comment #1 from David Cook <[email protected]> --- Thinking about this one again... We'd need to use optimized replacements for C4::Context->config, Koha::BackgroundJob->connect, Koha::Logger maybe, Koha::Backgrounds->*, etc Alternatively, maybe moving the majority of the code into the child process would be the way to go, and just have the parent process worry about the STOMP comms. Yeah, that would probably be the way to do it... So then really it's just about using optimized C4::Context->config() and Koha::BackgroundJob->connect, which would be much more doable. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
