emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel] python session speed vs non session
@ 2010-09-05  5:37 Seth Burleigh
  2010-09-07 22:41 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Seth Burleigh @ 2010-09-05  5:37 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 583 bytes --]

I have recently been trying out the src executing capabilities of orgmode. I
have been confused why a python session takes significantly longer to
execute than a non python session. For example

#+begin_src python
return 2+2
#+end_src

executes pretty quickly, but
#+begin_src python :session test
2+2
#+end_src

executes twice as long. Looking at the command shell for python, it seems
that the time is being taken to actually send the source to the command
shell buffer. Once its sent (or once i can see it displayed in the command
shell buffer) it immediately returns. Any ideas?

[-- Attachment #1.2: Type: text/html, Size: 708 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-07 23:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-05  5:37 [babel] python session speed vs non session Seth Burleigh
2010-09-07 22:41 ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).