Skip to content

Commit 38ff869

Browse files
committed
updating with benchmarks post under wsgi servers
1 parent 2316059 commit 38ff869

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-16T09:59:09Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-17T09:05:23Z</updated></feed>

source/content/pages/07-wsgi-servers/0701-wsgi-servers.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,9 @@ configuration. For real SSL and non-SSL templates, take a look at the
157157
to the WSGI standard. That transition period is now complete and an
158158
implementation of WSGI should always be used instead mod\_python.
159159

160+
* Nicholas Piël wrote an interesting benchmark blog post of
161+
[Python WSGI servers](http://nichol.as/benchmark-of-python-web-servers).
162+
Note that the post is a few years old. Benchmarks should be considered
163+
for their specific tested scenarios and not quickly extrapolated as general
164+
"this server is fast than this other server" results.
160165

wsgi-servers.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ <h2>WSGI Resources</h2>
225225
to the WSGI standard. That transition period is now complete and an
226226
implementation of WSGI should always be used instead mod_python.</p>
227227
</li>
228+
<li>
229+
<p>Nicholas Piël wrote an interesting benchmark blog post of
230+
<a href="http://nichol.as/benchmark-of-python-web-servers">Python WSGI servers</a>.
231+
Note that the post is a few years old. Benchmarks should be considered
232+
for their specific tested scenarios and not quickly extrapolated as general
233+
"this server is fast than this other server" results.</p>
234+
</li>
228235
</ul>
229236
<br/>
230237
Next read the

0 commit comments

Comments
 (0)