all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Neil Roberts <bpeeluk@yahoo.co.uk>
Cc: emacs-devel@gnu.org
Subject: Re: Port of Emacs client / server programs to Windows NT
Date: Mon, 30 Oct 2006 07:22:12 +0000	[thread overview]
Message-ID: <20061030072212.GA2665@janet> (raw)
In-Reply-To: <jwv3b96sjxa.fsf-monnier+emacs@gnu.org>

On Sun, Oct 29, 2006 at 07:56:30PM -0500, Stefan Monnier wrote:
> > The advantages of using named pipes instead of TCP are:
> 
> It has some disadvantages as well:
> 
> - They're specific to a non-free OS.

In a way, Windows named pipes are more like Unix domain sockets then
Unix named pipes (AKA FIFOs) because they disappear as soon as the
server process closes the pipe and so aren't proper file system
entries.

So instead of making 'local sockets do nothing on Windows because they
are not supported, it would seem to make sense to make it create named
pipes because they are as close to Unix domain sockets as there is in
Windows and they seem to be used as the equivalent.

> - TCP support is useful in its own right, to support remote
>   connections.

Granted that is true, so there would be no harm in leaving TCP support
and presumably implementing it for the Unix build as well. However as
the current default is to use named pipes and TCP sockets aren't even
implemented under the regular Unix version surely that implies that
the preferred solution is to use Unix domain sockets?

- Neil

  parent reply	other threads:[~2006-10-30  7:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-28  9:06 Port of Emacs client / server programs to Windows NT Neil Roberts
2006-10-28  9:28 ` Jason Rumney
2006-10-30  0:56 ` Stefan Monnier
2006-10-30  0:59   ` David Kastrup
2006-10-30  1:16     ` Stefan Monnier
2006-10-30  7:22   ` Neil Roberts [this message]
2006-10-30  8:56     ` Lennart Borgman
2006-10-30  9:11       ` Neil Roberts
2006-10-30  9:30         ` Lennart Borgman
2006-10-30 10:16           ` Kim F. Storm
2006-10-30 10:39             ` Lennart Borgman
2006-10-30 11:00               ` Jason Rumney
2006-10-30 14:17                 ` Neil Roberts
2006-10-30 20:01                   ` Juanma Barranquero
2006-10-30 20:37             ` Eli Zaretskii
2006-10-30 14:10     ` Stefan Monnier
2006-10-30  0:58 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061030072212.GA2665@janet \
    --to=bpeeluk@yahoo.co.uk \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.