all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: David Reitter <david.reitter@gmail.com>
Cc: Emacs Development <emacs-devel@gnu.org>,
	Joakim.Tjernlund@transmode.se,
	Christian Faulhammer <fauli@gentoo.org>,
	emacs@gentoo.org
Subject: Re: Slow start-up on Git trees
Date: Thu, 20 Aug 2009 12:15:27 -0700 (PDT)	[thread overview]
Message-ID: <200908201915.n7KJFRh5011380@godzilla.ics.uci.edu> (raw)
In-Reply-To: <569613E1-354D-4813-A9B1-53941B74DA7E@gmail.com> (David Reitter's message of "Thu, 20 Aug 2009 14:46:21 -0400")

David Reitter <david.reitter@gmail.com> writes:

  > On Aug 19, 2009, at 5:11 PM, Dan Nicolaescu wrote:
  > >>
  > >> I find the delays very annoying.
  > >>
  > >> Can this not be called asynchronously?
  > >
  > > No, this is used to set the VC state for a file, which is needed as
  > > soon
  > > as a user is able to issue commands.
  > 
  > 
  > Then use a semaphore.
  > 
  > In most cases the user will not issue a VC command, but work with the
  > buffer.

I don't think it's worth it, so I have no interest in working on this,
but don't let that stop you from doing it.

  > That would also take care of annoyingly slow commits in CVS and other
  > operations over the network.
  > 
  > I'm sure people must have thought of this at some point. But just in
  > case doing all these time-consuming VC operations synchronously is due
  > to the code being older than async process calls, I wanted to bring
  > this up.

Doubtful.  VC operations that do not change state are asynchronous (it
they are not, it's likely a bug/oversight).
Would commit make sense to be asynchronous?  Hmm, maybe, but until
someone sits down and does it we won't know.
Unfortunately VC is one thing that a lot of people like to talk about,
but very few actually want to do any work on.




  reply	other threads:[~2009-08-20 19:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-19 11:23 Slow start-up on Git trees Christian Faulhammer
2009-08-19 20:56 ` Dan Nicolaescu
2009-08-19 21:04   ` David Reitter
2009-08-19 21:11     ` Dan Nicolaescu
2009-08-20 18:46       ` David Reitter
2009-08-20 19:15         ` Dan Nicolaescu [this message]
2009-08-21 19:06           ` Stefan Monnier
2009-08-19 21:54   ` Christian Faulhammer
2009-08-20  7:39   ` Joakim Tjernlund
2009-08-20  8:07     ` Dan Nicolaescu

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=200908201915.n7KJFRh5011380@godzilla.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=Joakim.Tjernlund@transmode.se \
    --cc=david.reitter@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=emacs@gentoo.org \
    --cc=fauli@gentoo.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.