]> git.sesse.net Git - pr0n/blobdiff - files/faq.html
FAQ update.
[pr0n] / files / faq.html
index 0e62ebeb36eae998f1a13ca54fd6af2deb203fc5..7d6410052ccbe9140b47c9cac8c0887b0bde7ab7 100644 (file)
@@ -9,7 +9,7 @@
   </head>
   <body>
     <h1>pr0n FAQ</h1>
-    <p>Last updated September 11th, 2006</p>
+    <p>Last updated April 13th, 2007</p>
 
     <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
-      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 2GB RAM and ordinary
+    <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://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
-      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
-      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>
 
     <h2>How much data is there in there, anyway?</h2>
 
-    <p>At the time of writing, approximately 61GB of image data (that is, over
-      47000 different images), plus cache, plus metadata in the SQL database.
+    <p>At the time of writing, approximately 72GB of image data (that is, over
+      46000 different images), plus cache, plus metadata in the SQL database.
       (These numbers are growing rather rapidly, so they could be outdated at
       any given time.)</p>
 
       custom configuring; this is not a pre-made, user friendly package for your
       favourite Linux distribution. There is a bzr repository at
       <a href="http://bzr.sesse.net/pr0n/">http://bzr.sesse.net/pr0n/</a>, but
-      going to hold your hand configuring it. :-) (Hint: If you do not know what
-      bzr is, and cannot find out on your own, pr0n is not for you.)</p>
+      I'm not going to hold your hand configuring it. :-) (Hint: If you do not
+      know what bzr is, and cannot find out on your own, pr0n is not for
+      you.)</p>
 
     <h2>Will you implement feature X?</h2>
 
       on IRC as Sesse on EFnet, IRCnet, Freenode or OFTC.</p>
 
     <hr />
-    <p class="footer">pr0n v2.12,
-      &copy; 2004-2006 <a href="http://www.sesse.net/">Steinar H. Gunderson</a>.</p>
+    <p class="footer">pr0n v2.30,
+      &copy; 2004-2007 <a href="http://www.sesse.net/">Steinar H. Gunderson</a>.</p>
   </body>
 </html>