[pypy-svn] r58143 - pypy/extradoc/talk/osdc2008

mwh at codespeak.net mwh at codespeak.net
Sun Sep 14 12:37:12 CEST 2008


Author: mwh
Date: Sun Sep 14 12:37:11 2008
New Revision: 58143

Modified:
   pypy/extradoc/talk/osdc2008/paper.txt
Log:
expand a few things

Modified: pypy/extradoc/talk/osdc2008/paper.txt
==============================================================================
--- pypy/extradoc/talk/osdc2008/paper.txt	(original)
+++ pypy/extradoc/talk/osdc2008/paper.txt	Sun Sep 14 12:37:11 2008
@@ -222,7 +222,11 @@
    implementation.
 
  * Sandboxed execution: it is possible to compile a version of PyPy
-   that has all calls to external functions replaced with 
+   that has all calls to external functions replaced with *requests*
+   to another process which can choose how to interpret this reqest.
+   In this way it's possible to build an interpreter which has a very
+   limited view of the file system and can only use a prescribed
+   amount of CPU and memory.
 
  * The JavaScript backend.  This potentially allows you to write
    validation for your web forms once, in Python, and execute them
@@ -264,14 +268,13 @@
 Getting involved
 ----------------
 
-Read documentation:
+Like most open source projects, PyPy has a website:
 
      http://codespeak.net/pypy/
 
-Come hang out in the #pypy IRC channel on freenode, subscribe to and
-post to the pypy-dev mailing list.
-
-XXX expand this.
+with, perhaps not so usually, extensive documentation.  We also have
+an active IRC channel, #pypy on freenode, and a reasonably low-volume
+mailing list, pypy-dev.
 
 Acknowledgements
 ----------------



More information about the Pypy-commit mailing list