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

--- Comment #162 from David Cook <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to