Skip to content

Commit c37ae15

Browse files
committed
elaborating on why servers are necessary
1 parent 1a59576 commit c37ae15

4 files changed

Lines changed: 27 additions & 66 deletions

File tree

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-08T12:14:22Z</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-09T12:17:12Z</updated></feed>

servers.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,17 @@
7575
<div class="row">
7676
<div class="col-md-8">
7777
<h1>Servers</h1>
78-
<p>There are four options for setting up infrastructure to serve a
79-
web application:</p>
78+
<p>Servers provide the physical infrastructure to run all the software,
79+
including your web application, that responds to web requests.</p>
80+
<h2>Why are servers necessary?</h2>
81+
<p>Your web application must live somewhere other than your own desktop or
82+
laptop. Servers should ideally be accessible 24 hours a day, 7 days a week,
83+
with no unplanned downtime. The servers that host your web application for
84+
actual users (as opposed to test users) are known as <em>production</em> servers.
85+
Production servers hold real data (again as opposed to test data) and must be
86+
secure against unauthorized access.</p>
87+
<h2>Server hosting options</h2>
88+
<p>There are four options for hosting a web application:</p>
8089
<ol>
8190
<li>
8291
<p>"Bare metal" servers</p>

source/content/pages/02-servers/0201-servers.markdown

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,21 @@ sort-order: 02
55

66

77
# Servers
8-
There are four options for setting up infrastructure to serve a
9-
web application:
8+
Servers provide the physical infrastructure to run all the software,
9+
including your web application, that responds to web requests.
10+
11+
12+
## Why are servers necessary?
13+
Your web application must live somewhere other than your own desktop or
14+
laptop. Servers should ideally be accessible 24 hours a day, 7 days a week,
15+
with no unplanned downtime. The servers that host your web application for
16+
actual users (as opposed to test users) are known as *production* servers.
17+
Production servers hold real data (again as opposed to test data) and must be
18+
secure against unauthorized access.
19+
20+
21+
## Server hosting options
22+
There are four options for hosting a web application:
1023

1124
1. "Bare metal" servers
1225

source/content/pages/17-no-sql-datasotres/1701-no-sql-datastores.markdown

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)