unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Julien Danjou <julien@danjou.info>
To: emacs-devel@gnu.org
Subject: Re: Determining whether a TCP connection is up
Date: Sat, 03 Aug 2013 18:01:38 +0200	[thread overview]
Message-ID: <87txj64vbx.fsf@dex.adm.naquadah.org> (raw)
In-Reply-To: <m3y58j7y8m.fsf@stories.gnus.org> (Lars Magne Ingebrigtsen's message of "Sat, 03 Aug 2013 14:30:33 +0200")

[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]

On Sat, Aug 03 2013, Lars Magne Ingebrigtsen wrote:

> For one, you have to establish reasonable timeouts, but there are none
> that can be used generally.  For instance, when you send a DELETE
> command to an IMAP server, it may take 20 seconds for it to remove the
> message and re-create a big folder.  You don't want to wait 20 seconds
> in general before saying "ok, we have a timeout and should reconnect".

In such a case, the other problem is that the connection is going to
block Emacs anyway, even for a good reason.

Thinking out loud:

I think most IMAP clients uses a pool of several connections in the
background to deliver actions based on some sort of queue, like delete
something or fetch this. Having this would solve partially the problem
since if a connection goes AWOL, you just have to wait for the kernel to
kill the TCP connection it at some point (which might takes time), but
you can continue to create new (working) connections to fulfil the user
requests in the meantime, and then requeue the action that timed-out.

-- 
Julien Danjou
;; Free Software hacker ; freelance consultant
;; http://julien.danjou.info

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

  parent reply	other threads:[~2013-08-03 16:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-03 12:30 Determining whether a TCP connection is up Lars Magne Ingebrigtsen
2013-08-03 14:09 ` Paul Eggert
2013-08-03 16:01 ` Julien Danjou [this message]
2013-08-05  2:12   ` Lars Magne Ingebrigtsen
2013-08-05  2:33     ` chad
2013-08-05  2:37       ` Lars Magne Ingebrigtsen
2013-08-05 10:34     ` Julien Danjou
2013-08-05 14:40       ` Stefan Monnier
2013-08-05 15:23         ` Thierry Volpiatto
2013-08-05 15:51         ` Julien Danjou
2013-08-05 17:55       ` Lars Magne Ingebrigtsen
2013-08-06  8:51         ` Julien Danjou
2013-08-06  9:59           ` joakim
2013-08-06 13:36           ` Lars Magne Ingebrigtsen
2013-08-06 21:32             ` Stefan Monnier
2013-08-12 17:09               ` Lars Magne Ingebrigtsen
2013-08-13  1:52                 ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87txj64vbx.fsf@dex.adm.naquadah.org \
    --to=julien@danjou.info \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).