unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: non-blocking connect
Date: Thu, 04 Nov 2004 16:21:57 +0100	[thread overview]
Message-ID: <861xf9fxm2.fsf@ketchup.de.uu.net> (raw)
In-Reply-To: 20041104131026.GA26116@jkossen.xs4all.nl

Jochem Kossen <jkossen@xs4all.nl> writes:

> So, the things i suspect might have something to do with it:
>  - chunksize (what does the default do in comparison with values like
>    500/1024/2048)? I read the documentation, but it doesn't mention
>    what tramp does if it's set to nil.

Setting tramp-chunksize to 500 means that Tramp will send 500 bytes of
data, then wait a bit before sending the next chunk of data.

Setting tramp-chunksize to nil means that Tramp will send all of the
data at once, unchunked, so to speak.  (For instance, for writing a
file via base64 inline encoding, Tramp would base64-encode the buffer
contents, then send the whole encoded buffer to the remote end at once
with a single process-send-region invocation.)

Kai

  reply	other threads:[~2004-11-04 15:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20041101.133846.202527302.kazu@iijlab.net>
     [not found] ` <20041101050909.GR29502@boetes.org>
     [not found]   ` <E1COuPb-00014R-AB@fencepost.gnu.org>
     [not found]     ` <20041103133036.GK29018@boetes.org>
2004-11-04  9:51       ` non-blocking connect Richard Stallman
2004-11-04 13:10         ` Jochem Kossen
2004-11-04 15:21           ` Kai Grossjohann [this message]
2004-11-05  8:00           ` Stefan
2004-11-08 15:45             ` Kai Grossjohann
2004-11-08 17:06               ` Stefan Monnier
2004-11-09 10:28                 ` Kai Grossjohann
2004-11-09 14:13                   ` Stefan
2004-11-10  7:52                     ` Kai Grossjohann
2004-11-05 15:01           ` Richard Stallman

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=861xf9fxm2.fsf@ketchup.de.uu.net \
    --to=kai@emptydomain.de \
    /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).