Skip to content

Commit d547f3f

Browse files
committed
web server resource
1 parent 1dd8922 commit d547f3f

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4709,6 +4709,13 @@ <h2>Nginx resources</h2>
47094709
better performance.</p>
47104710
</li>
47114711
<li>
4712+
<p><a href="https://2ton.com.au/rwasa/">rwasa</a> is a newly released web server written
4713+
in Assembly with no external dependencies that tuned to be faster than Nginx.
4714+
The benchmarks are worth taking a look at to see if this server could fit
4715+
your needs if you need the fastest performance trading off for as of yet
4716+
untested web server.</p>
4717+
</li>
4718+
<li>
47124719
<p><a href="http://lincolnloop.com/blog/rate-limiting-nginx/">Rate Limiting with Nginx</a>
47134720
covers how to mitigate against brute force password guessing attempts using
47144721
Nginx rate limits.</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>2015-07-25T08:27:38Z</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>2015-07-29T13:53:18Z</updated></feed>

source/content/pages/07-web-app-deployment/06-web-servers.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ is provided by W3C.
103103
explains how Nginx can be used instead of Apache in some cases for
104104
better performance.
105105

106+
* [rwasa](https://2ton.com.au/rwasa/) is a newly released web server written
107+
in Assembly with no external dependencies that tuned to be faster than Nginx.
108+
The benchmarks are worth taking a look at to see if this server could fit
109+
your needs if you need the fastest performance trading off for as of yet
110+
untested web server.
111+
106112
* [Rate Limiting with Nginx](http://lincolnloop.com/blog/rate-limiting-nginx/)
107113
covers how to mitigate against brute force password guessing attempts using
108114
Nginx rate limits.

web-servers.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ <h2>Nginx resources</h2>
136136
better performance.</p>
137137
</li>
138138
<li>
139+
<p><a href="https://2ton.com.au/rwasa/">rwasa</a> is a newly released web server written
140+
in Assembly with no external dependencies that tuned to be faster than Nginx.
141+
The benchmarks are worth taking a look at to see if this server could fit
142+
your needs if you need the fastest performance trading off for as of yet
143+
untested web server.</p>
144+
</li>
145+
<li>
139146
<p><a href="http://lincolnloop.com/blog/rate-limiting-nginx/">Rate Limiting with Nginx</a>
140147
covers how to mitigate against brute force password guessing attempts using
141148
Nginx rate limits.</p>

0 commit comments

Comments
 (0)