unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <Michael.Albinus@alcatel-lucent.de>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Julian Scheid <julians37@googlemail.com>, emacs-devel@gnu.org
Subject: process-file and Tramp's file cache (was: bug#1741: 23.0.60; vc fail to register file while logged as /su:: with tramp)
Date: Tue, 18 Aug 2009 12:16:22 +0200	[thread overview]
Message-ID: <nq8whhv349.fsf_-_@alcatel-lucent.de> (raw)
In-Reply-To: <jwveivvrww9.fsf-monnier+emacsbugreports@gnu.org> (Stefan Monnier's message of "Tue, 14 Apr 2009 13:06:02 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> BTW, to improve the behavior in case of things like "git status", it
> might be worthwhile to add some way to indicate that a particular use of
> process-file is (supposed to be) free of side-effects.

I would like to introduce a new variable `process-file-modification-list'.
It's default value shall be `t', which means that any file on the remote
host could have been modified by the corresponding `process-file' call.
`nil' means that no file is modified during `process-file'. A list of
strings (remote file names) are indication, that exactly those files are
modified, when `process-file' runs.

This would allow Tramp to optimize its file cache. Currently, it assumes
after every `process-file' call, that all cached values are invalid.
This results in unnecessary check operations on the remote side.

A typical use case in `vc-registered' would look like this:

  (let (handler process-file-modification-list)
    (cond ...

Opinions?

>         Stefan

Best regards, Michael.




       reply	other threads:[~2009-08-18 10:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87vdt2ndkt.fsf@tux.homenetwork>
     [not found] ` <200904071657.n37GvIau023055@godzilla.ics.uci.edu>
     [not found]   ` <87d4bnfkxn.fsf@tux.homenetwork>
     [not found]     ` <200904081624.n38GO6D6013154@godzilla.ics.uci.edu>
     [not found]       ` <jwvbpr7c9sd.fsf-monnier+emacsbugreports@gnu.org>
     [not found]         ` <nq4owy7x5y.fsf@alcatel-lucent.de>
     [not found]           ` <jwvy6u999m6.fsf-monnier+emacsbugreports@gnu.org>
     [not found]             ` <nqmyap7tpj.fsf@alcatel-lucent.de>
     [not found]               ` <jwvy6u97kqn.fsf-monnier+emacsbugreports@gnu.org>
     [not found]                 ` <87myalrb5w.fsf@gmx.de>
     [not found]                   ` <jwv1vrxzmoz.fsf-monnier+emacsbugreports@gnu.org>
     [not found]                     ` <87r5zxprx9.fsf@gmx.de>
     [not found]                       ` <jwv8wm5xzqq.fsf-monnier+emacsbugreports@gnu.org>
     [not found]                         ` <87prfgzys9.fsf@gmx.de>
     [not found]                           ` <jwvprfgwxmp.fsf-monnier+emacsbugreports@gnu.org>
     [not found]                             ` <nqtz4ruut9.fsf@alcatel-lucent.de>
     [not found]                               ` <jwveivvrww9.fsf-monnier+emacsbugreports@gnu.org>
2009-08-18 10:16                                 ` Michael Albinus [this message]
2009-08-18 14:32                                   ` process-file and Tramp's file cache Stefan Monnier
2009-08-18 14:54                                     ` Michael Albinus
2009-08-18 16:23                                       ` Stefan Monnier
2009-08-18 18:49                                         ` Michael Albinus
2009-08-18 19:19                                           ` Stefan Monnier
2009-08-19  7:44                                             ` Michael Albinus

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=nq8whhv349.fsf_-_@alcatel-lucent.de \
    --to=michael.albinus@alcatel-lucent.de \
    --cc=emacs-devel@gnu.org \
    --cc=julians37@googlemail.com \
    --cc=monnier@iro.umontreal.ca \
    /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).