]> granicus.if.org Git - php/commitdiff
Add note about serialized requests and their impact
authorSascha Schumann <sas@php.net>
Mon, 13 Nov 2000 12:39:15 +0000 (12:39 +0000)
committerSascha Schumann <sas@php.net>
Mon, 13 Nov 2000 12:39:15 +0000 (12:39 +0000)
sapi/thttpd/README

index 38b07bf43ab758c8798745a69643705e74168c69..b46c4dea5c6c6ec27781e63a8aafca08ee4eadd2 100644 (file)
@@ -12,6 +12,10 @@ README FOR THTTPD MODULE (by Sascha Schumann)
        like IMP 2.2.0 without any problems). Its original intention was to
        demonstrate the ability of PHP to work in every web server environment.
 
+       NOTE: All requests will be serialized. That means, one long running
+             script will block all other requests. Choose another web-server,
+             if you want to execute arbitrary scripts.
+
 REQUIRED DOWNLOADS
 
        1. thttpd 2.xx