31 Aug
2020
31 Aug
'20
1:01 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #162 from David Cook <dcook@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.