emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 3/4] Allow network processes to be made with a pre-allocat


From: John Wiegley
Subject: Re: [PATCH v2 3/4] Allow network processes to be made with a pre-allocated fd.
Date: Wed, 30 Mar 2016 09:29:23 -0700
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.92 (darwin)

>>>>> Matthew Leach <address@hidden> writes:

> * src/process.c (connect_network_socket): Allow a pre-allocated
> socket descriptor to be used if passed to Emacs, avoiding the call
> to socket() and bind().
> (Fmake_network_process): Allow users to pass in :usepassedsocket
> on the parameter plist to use a socket descriptor that has been
> passed to Emacs.
> (wait_reading_process_output): Call socket() & bind() every time.
> (syms_of_process): New symbol ":usepassedsocket".

Hi Matthew,

Given that systemd is LGPL-licensed, and used by many GNU/Linux distributions
(even NixOS, which I also use here at home), I welcome your changes to improve
support for it.

I only hope you can offer as much commenting and documentation as possible,
because I've heard systemd is somewhat complex, and I hope we can tame the
part of it that we invite into our codebase. :)

Yours,
-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2

Attachment: signature.asc
Description: PGP signature


reply via email to

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