aboutsummaryrefslogtreecommitdiff
path: root/361
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /361
Initial versionHEADmain
Diffstat (limited to '361')
-rw-r--r--361/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/361/index.md b/361/index.md
new file mode 100644
index 0000000..0afae67
--- /dev/null
+++ b/361/index.md
@@ -0,0 +1,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/ \ No newline at end of file