So, our auth server is running on a machine with only 512MB RAM, but I&#39;m still surprised at how little it takes for it to spin out of control, and ultimately become non-responsive (due to swap thrashing and consequential skyrocketing load avg).  <br>
<br>It appears that the times that the server goes crazy is when an
unauthenticated user at one of our hotspots blasts a pile of HTTP
requests, each of which get forwarded to the login page.  (The classic
example is opening an RSS reader, which aggressively tries to fetch
dozens of feeds.)  But the fact that something so mundane can take out our server is frustrating.<br><br>We weren&#39;t running Cache_Lite, so I tried installing it.  I&#39;ve never tried to understand how caching in PHP works, but setting it up wasn&#39;t as easy as I hoped.  I installed it (&quot;pear install Cache_Lite&quot;), then set the relevant value to true in config.php, and got:<br>
Uncaught exception &#39;Exception&#39; with message &#39;Component not found&#39; in /var/www/wifidog-auth/wifidog/classes/Dependency.php:467<br><br>We&#39;re using wifidog rev 1390.  Cache_Lite works fine when I test it separately.<br>
<br>So, I have two questions:<br>1) Does wifidog require a way more powerful box than I&#39;m trying to run it on?  (If not, what could be causing this instability we&#39;re experiencing?)<br>2) What am I missing with the Cache_Lite setup?<br>
<br>Gabe<br>