[Koha-bugs] [Bug 22417] Add a task queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 31 02:01:27 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417

--- Comment #162 from David Cook <dcook at prosentient.com.au> ---
(In reply to David Cook from comment #161)
> With the message queue, workers use a select(2) syscall to wait
> until they have data to read on the socket connection they have to the
> message broker. 

That is workers that are using Net::Stomp, as it uses a select-based event
loop.

There's no reason a person couldn't have workers (ie queue consumers) written
using different event systems. I think with AnyEvent::STOMP you can specify
your own event loop (like the more efficient epoll), or even use a different
programming language all together.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list