[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Asynchronous DNS
From: |
Alain Schneble |
Subject: |
Re: Asynchronous DNS |
Date: |
Tue, 2 Feb 2016 07:41:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) |
Lars Ingebrigtsen <address@hidden> writes:
> Eli Zaretskii <address@hidden> writes:
>
>>> From: Lars Ingebrigtsen <address@hidden>
>>> Date: Mon, 01 Feb 2016 03:36:13 +0100
>>>
>>> Basically all it does is start a new thread that does getaddrinfo, and
>>> then stashes the response somewhere.
>>
>> "Start a new thread"? Do you mean with pthreads or somesuch? IOW, do
>> we now have in Emacs application code that starts new threads?
>
> I don't know, but does that matter?
What happens if background thread(s) are still alive (e.g. blocking,
waiting for a network response) and Emacs is killed? Will it wait for
the background threads to terminate or will it forcibly kill them?
- Re: Asynchronous DNS, (continued)
- Re: Asynchronous DNS, Eli Zaretskii, 2016/02/20
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/15
- Re: Asynchronous DNS, Alain Schneble, 2016/02/05
- Re: Asynchronous DNS, Eli Zaretskii, 2016/02/04
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/04
- Re: Asynchronous DNS, Eli Zaretskii, 2016/02/05
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/02
- Re: Asynchronous DNS,
Alain Schneble <=
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/02
- Re: Asynchronous DNS, Alain Schneble, 2016/02/02
- Re: Asynchronous DNS, Alain Schneble, 2016/02/02
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/02
- Re: Asynchronous DNS, Yuri Khan, 2016/02/03
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/03