[pypy-commit] extradoc extradoc: update

fijal noreply at buildbot.pypy.org
Fri Sep 30 17:58:15 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3918:a9c207f83b8d
Date: 2011-09-30 12:52 -0300
http://bitbucket.org/pypy/extradoc/changeset/a9c207f83b8d/

Log:	update

diff --git a/talk/pyconbr2011/author.latex b/talk/pyconbr2011/author.latex
--- a/talk/pyconbr2011/author.latex
+++ b/talk/pyconbr2011/author.latex
@@ -1,8 +1,7 @@
 \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0}
 
 \title[Little things that PyPy makes possible]{Little things that PyPy makes possible}
-\author[fijal]
-{Maciej Fija&#322;kowski}
+\author[fijal]{Maciej Fija&#322;kowski}
 
-\institute{Pycon Argentina 2011}
-\date{Sep 23 2011}
+\institute{Python Brazil 2011}
+\date{Sep 29 2011}
diff --git a/talk/pyconbr2011/talk.pdf b/talk/pyconbr2011/talk.pdf
index 2902ca86e552e17d10ad14f5265dfcd6ae327933..296d2564f9cf4989373d17705c0bd919f14ae929
GIT binary patch

[cut]

diff --git a/talk/pyconbr2011/talk.rst b/talk/pyconbr2011/talk.rst
--- a/talk/pyconbr2011/talk.rst
+++ b/talk/pyconbr2011/talk.rst
@@ -145,18 +145,22 @@
 Real world use case (3)
 -----------------------
 
-XXX Quora
+* Quora
+
+* http://b.qr.ae/q2Rer2
+
+|example<| ``quora.com`` |>|
+|small|
+
+  [...] benchmarking the site internally has shown a 2x speed increase in page load times, and we've already heard from users that the site feels faster.
+
+|end_small|
+|end_example|
 
 Real world use case (4)
 -----------------------
 
-* pypy
-
-* django, piston, gunicorn, psycopg2-ct (ctypes implementation of psycopg2), thrift (without the fastbinary module)
-
-* cassandra, postgresql
-
-* ELB (amazon load balancer) to nginx with 3-10 worker processes
+* pypy, django, piston, gunicorn, psycopg2-ct (ctypes implementation of psycopg2), thrift (without the fastbinary module), cassandra, postgresql, ELB (amazon load balancer) to nginx with 3-10 worker processes
 
 |pause|
 
@@ -164,7 +168,20 @@
 
 * pypy - **100mb/s** - NETWORK LIMITED
 
-* http://www.reddit.com/r/Python/comments/kt8bx/ask_rpython_whats_your_experience_with_pypy_and/c2n5pog
+* http://bit.ly/mT2dgQ
+
+|example<| ``ficture.it`` |>|
+|small|
+
+  [...] Give your pypy lots of memory. Give your pypy lots of time to warm up. You won't be sorry.
+
+|end_small|
+|end_example|
+
+Real world use case (5)
+-----------------------
+
+* Your application!
 
 How you can help?
 -----------------


More information about the pypy-commit mailing list