]> git.sesse.net Git - pr0n/blobdiff - files/faq.html
FAQ update.
[pr0n] / files / faq.html
index d56fc89841f0aaa21f3c82675497a58f57180b57..7d6410052ccbe9140b47c9cac8c0887b0bde7ab7 100644 (file)
@@ -9,7 +9,7 @@
   </head>
   <body>
     <h1>pr0n FAQ</h1>
   </head>
   <body>
     <h1>pr0n FAQ</h1>
-    <p>Last updated April 12th, 2007</p>
+    <p>Last updated April 13th, 2007</p>
 
     <h2>So, what is this pr0n thing anyway?</h2>
     
 
     <h2>So, what is this pr0n thing anyway?</h2>
     
       sharp thumbnails, no crappy nearest-neighbor scaling) of both thumbnails
       and images (most client-side scaling sucks quality-wise, unfortunately),
       an easy-to-use <a href="http://www.webdav.org/">WebDAV</a>-based upload
       sharp thumbnails, no crappy nearest-neighbor scaling) of both thumbnails
       and images (most client-side scaling sucks quality-wise, unfortunately),
       an easy-to-use <a href="http://www.webdav.org/">WebDAV</a>-based upload
-      interface and in general good performance (being a set of persistent,
-      optimized Perl modules; I've seen it throw out over 300 hits a second,
-      but I won't guarantee it would withstand a Slashdot attack ;-) ). Also,
-      it has quite OK skinning capabilities, so it's able to adapt into
-      different designs quite easily.</p>
+      interface, cache awareness and in general good performance (being a set
+      of persistent, optimized Perl modules; I've seen it throw out over 300
+      hits a second even without the Squid in front, but I won't guarantee it
+      would withstand a Slashdot attack ;-) ). Also, it has quite OK skinning
+      capabilities, so it's able to adapt into different designs quite
+      easily.</p>
 
     <h2>What hardware/software does it run on?</h2>
       
     <p>pr0n currently runs on an Athlon 64 X2 3800+ with 4GB RAM and ordinary
       SATA disks. (The server does a lot of other stuff besides running pr0n, of
       course.) pr0n itself is a custom-made system by myself, tightly coupled
 
     <h2>What hardware/software does it run on?</h2>
       
     <p>pr0n currently runs on an Athlon 64 X2 3800+ with 4GB RAM and ordinary
       SATA disks. (The server does a lot of other stuff besides running pr0n, of
       course.) pr0n itself is a custom-made system by myself, tightly coupled
-      into <a href="http://www.apache.org/">Apache</a> 2.0, <a
+      into <a href="http://www.apache.org/">Apache</a> 2.2, <a
       href="http://perl.apache.org/">mod_perl</a> 2.0 and <a
       href="http://www.imagemagick.org/">ImageMagick</a> 6.x (as well as various
       other Perl modules), using <a
       href="http://perl.apache.org/">mod_perl</a> 2.0 and <a
       href="http://www.imagemagick.org/">ImageMagick</a> 6.x (as well as various
       other Perl modules), using <a
-      href="http://www.postgresql.org/">PostgreSQL</a> 8.1 as the back-end
+      href="http://www.postgresql.org/">PostgreSQL</a> 8.2 as the back-end
       database for metadata et al. The base operating system is <a
       database for metadata et al. The base operating system is <a
-      href="http://www.debian.org/">Debian</a> etch (ie. “testing”).</p>
+      href="http://www.debian.org/">Debian</a> lenny (ie. “testing”).</p>
 
     <p>The Perl modules aren't really that big -- we're talking about only
 
     <p>The Perl modules aren't really that big -- we're talking about only
-      approx. 2200 lines of code (of which ~25% is the WebDAV part; I should
+      approx. 2500 lines of code (of which ~25% is the WebDAV part; I should
       really make that a bit cleaner once). Most of the real work is done by
       the software on which pr0n builds on.</p>
 
       really make that a bit cleaner once). Most of the real work is done by
       the software on which pr0n builds on.</p>