[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API)
- From: kamicc olo <kamicc@...>
- Date: Wed, 20 Nov 2013 14:12:48 +0200
On 11/19/13, Sean Conner <sean@conman.org> wrote:
>> 3) Linux has a lovely getaddrinfo_a() that does lookups in parallel...
>> you
>> could start multiple worker threads with something like lua-lanes to do
>> individual getaddrinfo()'s but that's a lot of responsibility/liability
>> on
>> you... I wish getaddrinfo_a() were portable XD
>
> Which distribution of Linux? I tried four different Linux distributions
> and none of them had getaddrinfo_a().
Note from `man 3 getaddrinfo_a`:
CONFORMING TO
These functions are GNU extensions; they first appeared in glibc
in version 2.2.3.
Debian 7.0 in my case.
- References:
- Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Sir Pogsalot
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Sean Conner
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Sir Pogsalot
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Andrew Starks
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Justin Cormack
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Sir Pogsalot
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Sean Conner
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Sir Pogsalot
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Daurnimator
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Sir Pogsalot
- Re: Suggestion: Lua 5.3 -- a facility for creating and manipulting Lua file handles (C API), Sean Conner