From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: babel, executing code in background process Date: Wed, 29 Feb 2012 15:55:42 -0700 Message-ID: <87booh1c7l.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2sRR-0007eP-Sb for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 17:56:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2sR4-0004bz-Ia for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 17:56:13 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:37049 helo=mailout-us.mail.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S2sR4-0004bK-B7 for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 17:55:50 -0500 In-Reply-To: (Erik Garrison's message of "Wed, 29 Feb 2012 15:28:13 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Erik Garrison Cc: emacs-orgmode@gnu.org Hi Erik, Currently there is not (to my knowledge) any support for asynchronous code block evaluation. The one possible exception could be ob-screen which I mention only because I don't really know anything about it. This would certainly be a worthwhile feature to add to Org-mode code blocks, however a good implementation (easy to use, robust and cross-language) will be non-trivial to implement. Best, Erik Garrison writes: > Hi, > > I'm just starting to use org-mode and babel to structure exploratory data > analysis which I do for my work. > > One issue that I've run into is that many of the queries I have to issue > will take a very long time to complete. > > Is there any method I could use to execute them in a background process? > > Thanks, > Erik -- Eric Schulte http://cs.unm.edu/~eschulte/