-
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. …
-
what does this error means?
SYSCHK(epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev));
this error shows always when I try runing the code on Galaxy S21FE.
@0xkol can you explain that to me? or suggest a sol…
-
Continuing the discussion from https://news.ycombinator.com/item?id=9491137
To avoid handling 1 event at a time and call epoll_wait many times, you need to get rid of using the ptr field in the event…
-
I develop epoll linux on codon
Don't work epoll_wait
```
class epoll_data:
ptr: Ptr[byte]
fd: i32
u32: u32
u64: u64
def __init__(self):
pass
d…
-
### Description
➜ ~ WEBKIT_DISABLE_DMABUF_RENDERER=1 pot
[2024-06-14][13:34:48][TRACE][async_io::driver] block_on()
[2024-06-14][13:34:48][TRACE][tracing::span::active] -> {};
[2024-06-14][13:34…
-
https://github.com/apple/servicetalk/actions/runs/11243485510/job/31259473870#step:8:1980
```
TrafficResilienceHttpServiceFilterTest > testStopAcceptingConnections(Protocol) > [1] H1 FAILED
jav…
-
I haven't reproduced this case, but just reading through the code this section is suspicious:
http://github.com/eventmachine/eventmachine/blob/3f00cd863da2db1585710fa3364a7acaaa62236c/ext/em.cpp#L495…
-
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
1. What version of JDBC driver are you using?
3.20.0
…
-
**Describe the bug**
The platform keeps returning **Invalid Credentials**
**Set up**
Deployed via Helm, latest chart version. Configuration for Azure provider:
```
auth:
type…
-
(This issue has been an internal draft since Apr 30 for no good readon)
---
`tokio-epoll-uring` currently has to do some `unsafe impl Send + Sync`:
https://github.com/neondatabase/tokio-epoll-uring…