all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: Emacs discussions <emacs-devel@gnu.org>
Subject: Re: [0/10] threads for emacs
Date: Tue, 14 Aug 2012 08:51:01 -0600	[thread overview]
Message-ID: <87ipcl1q96.fsf@fleche.redhat.com> (raw)
In-Reply-To: <87obmjdeff.fsf@fleche.redhat.com> (Tom Tromey's message of "Thu,  09 Aug 2012 13:59:48 -0600")

>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> * Changes to the process code so that a process can be restricted to
Tom>   having its output accepted by a single thread.  (In fact I think the
Tom>   default should be to do this for the creating thread.)  This avoids
Tom>   introducing bugs into lisp code that may currently make assumptions
Tom>   about let bindings visible to process filters.

Tom> * Hook into the Emacs I/O code so that the global lock is released when
Tom>   a thread enters 'select' (and maybe other primitives).  I think this
Tom>   is a bit harder than it sounds, mostly because I think you don't want
Tom>   multiple threads to select on the same fds.  It probably requires the
Tom>   process changes.

I implemented these two.  I'll post the patches a bit later.

Tom



  parent reply	other threads:[~2012-08-14 14:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-09 19:36 [0/10] threads for emacs Tom Tromey
2012-08-09 19:59 ` Tom Tromey
2012-08-10  1:42   ` Daniel Colascione
2012-08-13 14:26     ` Tom Tromey
2012-08-19 14:09     ` Wojciech Meyer
2012-08-14 14:51   ` Tom Tromey [this message]
2012-08-12 17:30 ` Dmitry Antipov
2012-08-13 14:39   ` Tom Tromey
2012-08-14 14:52     ` Tom Tromey

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=87ipcl1q96.fsf@fleche.redhat.com \
    --to=tromey@redhat.com \
    --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.