Skip to content

Commit 3ff0241

Browse files
committed
adding new wsgi resource
1 parent 8ca1f11 commit 3ff0241

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,6 +1502,11 @@ <h2>WSGI resources</h2>
15021502
contains a simple example of how a WSGI-compatible application works.</p>
15031503
</li>
15041504
<li>
1505+
<p><a href="https://www.digitalocean.com/community/tutorials/a-comparison-of-web-servers-for-python-based-web-applications">A comparison of web servers for Python web apps</a>
1506+
is a good read to understand basic information about various WSGI server
1507+
implementations.</p>
1508+
</li>
1509+
<li>
15051510
<p>A thorough and informative post for LAMP-stack hosting choices is
15061511
presented in the
15071512
"<a href="http://www.apreche.net/complete-single-server-django-stack-tutorial/">complete single server Django stack tutorial</a>." </p>

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-12-26T11:07:20Z</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-12-28T12:18:17Z</updated></feed>

source/content/pages/03-deployment/0308-wsgi-servers.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ The following are WSGI servers based on community recommendations.
188188
* This [basics of WSGI](http://agiliq.com/blog/2013/07/basics-wsgi/) post
189189
contains a simple example of how a WSGI-compatible application works.
190190

191+
* [A comparison of web servers for Python web apps](https://www.digitalocean.com/community/tutorials/a-comparison-of-web-servers-for-python-based-web-applications)
192+
is a good read to understand basic information about various WSGI server
193+
implementations.
194+
191195
* A thorough and informative post for LAMP-stack hosting choices is
192196
presented in the
193197
"[complete single server Django stack tutorial](http://www.apreche.net/complete-single-server-django-stack-tutorial/)."

wsgi-servers.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ <h2>WSGI resources</h2>
208208
contains a simple example of how a WSGI-compatible application works.</p>
209209
</li>
210210
<li>
211+
<p><a href="https://www.digitalocean.com/community/tutorials/a-comparison-of-web-servers-for-python-based-web-applications">A comparison of web servers for Python web apps</a>
212+
is a good read to understand basic information about various WSGI server
213+
implementations.</p>
214+
</li>
215+
<li>
211216
<p>A thorough and informative post for LAMP-stack hosting choices is
212217
presented in the
213218
"<a href="http://www.apreche.net/complete-single-server-django-stack-tutorial/">complete single server Django stack tutorial</a>." </p>

0 commit comments

Comments
 (0)