Index: docs/fastcgi.txt
===================================================================
--- docs/fastcgi.txt	(revision 4229)
+++ docs/fastcgi.txt	(working copy)
@@ -304,3 +304,14 @@
 easily by using the ``touch`` command::
 
     touch mysite.fcgi
+
+Note about certain shared-hosting providers
+-------------------------------------------
+
+Some shared-hosting providers run a background processes to kill zombie
+processes. This can cause issues with FastCGI including intermittant,
+unpredictable errors. Often shared-hosting providers avoid this problem by
+not killing proccesses with certain names. File names known to work with
+several hosting providers are listed below:
+
+ - Dreamhost: dispatch.fcgi
