[Top][All Lists]
[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: |
Tue, 07 Feb 2012 12:39:55 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
>> 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.
> If :nowait would result in `make-network-process' returning
> immediately -- even before doing the DNS resolving -- then that would be
> ideal, I think.
Exactly,
Stefan