-
Hi, I'm planning to use this. Just wanted to ask if this was still being actively maintained.
Also on a cursory glance, i couldn't find a mapping to epoll_release, which is think is helpful in grac…
-
Is there a way to have an epoll-like behaviour in Aeron where we can put one or more subscriptions in a set and yield the thread until there's data available to read in any of them? This would greatly…
-
See discussion [here](https://twitter.com/JustineTunney/status/1613945708868145152).
-
It would be nice to have better timeout granularity.
-
Under stable network conditions, I expect `srt_epoll_wait` to block and wait for data, and then play the data once it's received. However, when there are significant changes in network conditions, suc…
-
Currently, dw_node supports epoll()-based communications, which is probably the most scalable primitive when dealing with a potentially high number of connected endpoints, albeit being only supported …
-
Hello I had another ticket open but looks like it got closed, and I only try invidtui when I have time this is like every 6–10 months sorry work and traveling takes a lot of my time.
So same result …
-
所述三个均是处理网络请求的
https://www.bilibili.com/video/BV1qJ411w7du
-
Is this possible in a way that's close enough and performant enough? I'm not sure it is, but it has come up before. Not all libraries check to see if `select.epoll` exists before they try to call it. …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Same as [Question#4274](https://github.com/apache/shenyu/issues/4274)
I used Shenyu 2.4.1 …