From: storm@cua.dk (Kim F. Storm)
Cc: Magnus Henoch <mange@freemail.hu>, emacs-devel@gnu.org
Subject: Re: Problems with the url package on w32?
Date: Mon, 04 Dec 2006 09:55:02 +0100 [thread overview]
Message-ID: <m3bqmkvy55.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <E1Gr6An-0005Z4-0G@fencepost.gnu.org> (Richard Stallman's message of "Mon\, 04 Dec 2006 00\:15\:25 -0500")
Richard Stallman <rms@gnu.org> writes:
> > > 1. Make non-blocking connections work on Windows.
> > > 2. Make (featurep 'make-network-process '(:nowait t)) return nil on
> > > Windows.
> > > 3. Document that make-network-process returns nil if it fails to
> > > create a non-blocking socket.
> > > 4. Make make-network-socket do a blocking connect if a non-blocking
> > > connect fails, and document that.
> >
> > Why not make it signal an error if it can't do what was requested?
>
> Hm... that might work. IMO it should be easy for a program to find
> out what happened (non-blocking connect doesn't work in this case), so
> it can perform a certain remedy (doing a blocking connect instead). A
> specific error "nowait-not-supported" could be the solution.
>
> Does anyone argue against this?
I just did!
I would like someone to investigate why the non-blocking connect
doesn't work, before deciding what to do.
Does if fail before calling connect (e.g. when setting the socket to
non-blocking), does it fail in the connect itself (what error code is
returned in that case), or does it fail because the emulated select on
w32 doesn't handle non-blocking connect well (it relies on the
write-descriptors).
Maybe a local non-blocking connect (127.0.0.1) succeeds because it
is actually handled as a blocking connect, and returns immediately,
whereas a non-local non-blocking connect fails because the select
system call doesn't work??
If this is the case, windoze doesn't support non-blocking connects,
so (featurep 'make-network-process '(:nowait t)) should return nil.
Perhaps the doc-string for make-network-process should mention using
featurep to check for sub-features.
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
next prev parent reply other threads:[~2006-12-04 8:55 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ur6vodg5m.fsf@gmail.com>
[not found] ` <871wnnclkz.fsf@freemail.hu>
[not found] ` <uac2acxu0.fsf@gmail.com>
[not found] ` <87lkltztzy.fsf@freemail.hu>
2006-12-02 11:37 ` Problems with the url package on w32? Magnus Henoch
2006-12-03 3:15 ` Richard Stallman
2006-12-03 18:25 ` Magnus Henoch
2006-12-03 21:17 ` Kim F. Storm
2006-12-19 15:48 ` Kim F. Storm
2006-12-19 23:13 ` Juanma Barranquero
2006-12-20 11:05 ` Kim F. Storm
2006-12-20 12:05 ` Juanma Barranquero
2006-12-19 23:45 ` Lennart Borgman
2006-12-19 23:54 ` Juanma Barranquero
2006-12-20 0:04 ` Lennart Borgman
2006-12-20 0:08 ` Juanma Barranquero
2006-12-20 6:57 ` Eli Zaretskii
2006-12-20 9:07 ` Juanma Barranquero
2006-12-20 10:52 ` Eli Zaretskii
2006-12-20 11:06 ` Juanma Barranquero
2006-12-20 21:41 ` Stefan Monnier
2006-12-20 23:13 ` Juanma Barranquero
2006-12-21 22:47 ` Stefan Monnier
2006-12-21 22:56 ` Juanma Barranquero
2006-12-21 23:31 ` Stefan Monnier
2006-12-21 23:13 ` Lennart Borgman
2006-12-22 21:48 ` Stefan Monnier
2006-12-23 0:33 ` Lennart Borgman
2006-12-21 1:02 ` Lennart Borgman
2006-12-21 10:03 ` Lennart Borgman
2006-12-04 5:15 ` Richard Stallman
2006-12-04 8:55 ` Kim F. Storm [this message]
2006-12-05 1:45 ` Richard Stallman
2006-12-20 11:22 LENNART BORGMAN
2006-12-20 14:36 ` Kim F. Storm
2006-12-21 11:52 ` Jason Rumney
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=m3bqmkvy55.fsf@kfs-l.imdomain.dk \
--to=storm@cua.dk \
--cc=emacs-devel@gnu.org \
--cc=mange@freemail.hu \
/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.