summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-11-13 12:39:15 +0000
committerSascha Schumann <sas@php.net>2000-11-13 12:39:15 +0000
commit8658cace1639ecdea3a57e59bc10bde46e7490fe (patch)
tree98ee3f6e67e81bef61e9faddf2cd45618241a8d0
parent1f6edfc77952d1db8500c3d063a2c3ed2cbc13e6 (diff)
downloadphp-git-8658cace1639ecdea3a57e59bc10bde46e7490fe.tar.gz
Add note about serialized requests and their impact
-rw-r--r--sapi/thttpd/README4
1 files changed, 4 insertions, 0 deletions
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