]> granicus.if.org Git - php/commitdiff
Now recommend --enable-roxen-zts...
authorDavid Hedbor <neotron@php.net>
Thu, 2 Mar 2000 22:13:24 +0000 (22:13 +0000)
committerDavid Hedbor <neotron@php.net>
Thu, 2 Mar 2000 22:13:24 +0000 (22:13 +0000)
sapi/roxen/README

index b12662f3e31fa6da2198abbd5005d9761e1f2db6..2a3e4c7926ed23d831c9f94a07a9c2e95310457e 100644 (file)
@@ -6,11 +6,12 @@ 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. For now this uses a global lock in the PHP interpreter
-so the end result is the same (only one concurrent script). In the
-future this might change though, but for now you are better off using
-the non-ZendThreadSafe version (which works fine with Roxen and
-threads).
+won't be used.
+
+This solution now works fine and is recommended. Multiple PHP4
+requests will be run in parallell. The maximum number of parallell
+PHP4-execution is limited to the number of handle threads Roxen is
+started with.
 
 - The Author, David Hedbor <neotron@php.net>