emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Async DNS redux


From: Stefan Monnier
Subject: Re: Async DNS redux
Date: Mon, 06 Feb 2012 22:05:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

> An alternative would be to make `make-network-process' fully
> asynchronous, and do the DNS resolving in an asynch manner there.

That seems like the more direct solution.

Providing a proof-of-concept async Elisp-level resolution isn't hard if
you use something like (start-process "dns-resolve" nil "host"
"the.name"), but I think that fixing it at the C code level in
make-network-process makes a lot more sense.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]