From 8658cace1639ecdea3a57e59bc10bde46e7490fe Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 13 Nov 2000 12:39:15 +0000 Subject: [PATCH] Add note about serialized requests and their impact --- sapi/thttpd/README | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.1