emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multithreading, again and again


From: Juri Linkov
Subject: Re: Multithreading, again and again
Date: Tue, 18 Oct 2011 00:57:52 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (x86_64-pc-linux-gnu)

> I don't think there is such a consensus, but better support for
> concurrency is something I consider important.  It is currently much too
> difficult to implement "asynchronous article fetch" and things like that.

"Asynchronous article fetch" could be implemented with a simpler approach
to run code in a "sandbox" similarly to HTML5 "workers" that run
computationally expensive scripts in the background independently of any
user interface scripts that allows for long-running scripts to be
executed without yielding to keep the application responsive.  More at:
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]