summaryrefslogtreecommitdiff
path: root/sapi/roxen/README
blob: c6ec30d272bbb809ec23d0f9d1a3e9fd8b6e64bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 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.

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.