nsd-vs-apache.html
Click here to get the file
Size
1.9 kB
-
File type
text/html
File contents
<html>
<head>
<title>AOLServer vs. Apache</title>
</head>
<body bgcolor="white" text="black">
<h2>AOLServer vs. Apache</h2>
<hr>
<table width="100%" border="1">
<tr>
<th>AOLServer</th>
<th>Apache</th>
</tr>
<tr>
<td>
<br />
<blockquote>Multi-threaded, new requests spawn new threads</blockquote>
<br />
</td>
<td>
<br />
<blockquote>Several processes used to answer requests</blockquote>
<br />
</td>
</tr>
<tr>
<td>
<br />
<blockquote>Embedded TCL interpreter to handle dynamic site elements</blockquote>
<br />
</td>
<td>
<br />
<blockquote>Originally used CGI to create webpages. Still only
has loose integration with languages.</blockquote>
<br />
</td>
</tr>
<tr>
<td>
<br />
<blockquote>Consistent DB API which acts as an interface over
database interaction. Includes connection pooling.</blockquote>
<br />
</td>
<td>
<br />
<blockquote>No concept of database interactivity. The languages
use their own DB API's which vary in quality and consistency of
design.</blockquote>
<br />
</td>
</tr>
<tr>
<td>
<br />
<blockquote>Basic templating functions built into language. Can
escape HTML into TCL</blockquote>
<br />
</td>
<td>
<br />
<blockquote>There exists a module for server-side includes, but
most templating is implemented by package.</blockquote>
<br />
</td>
</tr>
<tr>
<td>
<br />
<blockquote>Filters to allow pre and post processing</blockquote>
<br />
</td>
<td>
<br />
<blockquote>Has hooks for each module to add events to processing pipeline.</blockquote>
<br />
</td>
</tr>
</table>
<hr />
<address><a href="mailto:tristancohen@yahoo.com">tristancohen@yahoo.com</a></address>
</body>
</html>
by
admin
—
last modified
2003-04-28 10:42