blob: 0afae67b49bf7420b820874d70bf2e2e6f6051ec (
plain)
1
2
3
4
5
6
7
8
9
10
|
Title: DNS blocks in non-threaded mode
Author: rodarima
Created: Sun, 02 Mar 2025 19:36:17 +0000
State: open
We may want to consider bringing a truly non-blocking DNS implementation instead of relying on getaddrinfo() which will block the thread and lock the UI when the threading mode is disabled. This also makes Dillo require support for threads when we could drop it completely.
Newer alternatives like getaddrinfo_a() just do what we already do but requiring a much modern glibc.
See: https://c-ares.org/
|