all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Concurrency in Emacs
Date: Mon, 19 Mar 2012 11:55:18 -0400	[thread overview]
Message-ID: <jwvehsosimf.fsf-monnier+emacs@gnu.org> (raw)

Some of you may remember that when talking about what kind of
concurrency should be added to Emacs (locks, transactions, younameit),
I was of the opinion that we should stick to cooperative for now and we
may never want to move away from it because there might be a way to make
it parallel.  You may also remember that I was referring to a work that
I couldn't find any more.
Well, I think I found something related: http://ocm.dreamhosters.com/

I'm not sure whether such an approach is workable for Elisp (the
optimistic STM approach is not workable because of the difficulty of
unrolling side-effects, and it might be difficult to avoid deadlocks in
the lock-based approach), but I think it's an interesting direction if
we want to preserve enough backward compatibility.


        Stefan



             reply	other threads:[~2012-03-19 15:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 15:55 Stefan Monnier [this message]
2012-03-20 15:57 ` Concurrency in Emacs Aurélien Aptel
2012-03-21 17:55   ` Stefan Monnier
2012-03-26 18:07   ` 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

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

  git send-email \
    --in-reply-to=jwvehsosimf.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --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 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.