summaryrefslogtreecommitdiff
path: root/sapi/roxen/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-03-14 05:42:27 +0000
committer <>2013-04-03 16:25:08 +0000
commitc4dd7a1a684490673e25aaf4fabec5df138854c4 (patch)
tree4d57c44caae4480efff02b90b9be86f44bf25409 /sapi/roxen/README
downloadphp2-master.tar.gz
Imported from /home/lorry/working-area/delta_php2/php-5.4.13.tar.bz2.HEADphp-5.4.13master
Diffstat (limited to 'sapi/roxen/README')
-rw-r--r--sapi/roxen/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/sapi/roxen/README b/sapi/roxen/README
new file mode 100644
index 0000000..d834a00
--- /dev/null
+++ b/sapi/roxen/README
@@ -0,0 +1,18 @@
+Roxen PHP support. Early version. Don't expect to be able to get it to
+work. Requires Pike 0.7.79 and Roxen 1.4. Anything less won't work.
+
+The module is now thread safe, in a couple of different modes. First
+mode, the default, uses a process global PHP lock in the Roxen
+module. This means that all PHP-requests are serialized (ie only one
+script is executed at any one time). The second option is using ZTS
+(Zend Thread Safe mode). Unless --enable-roxen-zts is specified, this
+won't be used.
+
+This solution now works fine and is recommended. Multiple PHP5
+requests will be run in parallell. The maximum number of parallell
+PHP5-execution is limited to the number of handle threads Roxen is
+started with.
+
+Support for this module is lacking. Please contact Roxen Internet
+Software for support and help. See http://www.roxen.com/company/contact/
+for contact information.