From: Sascha Schumann Date: Mon, 13 Nov 2000 12:39:15 +0000 (+0000) Subject: Add note about serialized requests and their impact X-Git-Tag: php-4.0.4RC3~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8658cace1639ecdea3a57e59bc10bde46e7490fe;p=php Add note about serialized requests and their impact --- diff --git a/sapi/thttpd/README b/sapi/thttpd/README index 38b07bf43a..b46c4dea5c 100644 --- a/sapi/thttpd/README +++ b/sapi/thttpd/README @@ -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