Commit graph

7 commits

Author SHA1 Message Date
Kim Alvefur
869581384d net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
Kim Alvefur
f2ae89296c net.cqueues: Fix resuming after timeouts
net.cqueues previously relied on timers instead of fd events sometimes.

Under net.server_select, it would have called cq:loop() on every
iteration of the main loop, which was probably not optimal.
2020-07-08 22:01:19 +02:00
Kim Alvefur
26f741b19b net.cqueues: Switch to server.watchfd for main loop integration
Why? Just look at all that code deleted!

watchfd is the prefered way to poll things that expose FDs for this
purpose, altho it was added after net.cqueues.
2020-07-08 20:11:49 +02:00
daurnimator
700bd13b77 net.cqueues: Fix incorrect version check 2015-01-16 12:06:42 -05:00
daurnimator
85adf1b4d6 net.cqueues: Fixes hardcoded timeout for first iteration
This was originally put in place as a fix for what ended up a cqueues bug: https://github.com/wahern/cqueues/issues/40
A check for a cqueues version with the bug fix is included.
2015-01-13 18:36:00 -05:00
daurnimator
e6ab467ef9 net.cqueues: Add workaround for luaevent callback getting collected 2015-01-06 20:01:59 -05:00
daurnimator
083fe317b7 net.cqueues: Add module that allows use of cqueues while still using net.server as main loop 2014-11-18 14:14:41 -05:00