File:
[ELWIX - Embedded LightWeight unIX -] /
embedaddon /
php /
sapi /
roxen /
README
Revision
1.1.1.1 (vendor branch):
download - view:
text,
annotated -
select for diffs -
revision graph
Tue Feb 21 23:48:06 2012 UTC (12 years, 10 months ago) by
misho
Branches:
php,
MAIN
CVS tags:
v5_4_3elwix,
v5_4_29p0,
v5_4_29,
v5_4_20p0,
v5_4_20,
v5_4_17p0,
v5_4_17,
v5_3_10,
HEAD
php
1: Roxen PHP support. Early version. Don't expect to be able to get it to
2: work. Requires Pike 0.7.79 and Roxen 1.4. Anything less won't work.
3:
4: The module is now thread safe, in a couple of different modes. First
5: mode, the default, uses a process global PHP lock in the Roxen
6: module. This means that all PHP-requests are serialized (ie only one
7: script is executed at any one time). The second option is using ZTS
8: (Zend Thread Safe mode). Unless --enable-roxen-zts is specified, this
9: won't be used.
10:
11: This solution now works fine and is recommended. Multiple PHP5
12: requests will be run in parallell. The maximum number of parallell
13: PHP5-execution is limited to the number of handle threads Roxen is
14: started with.
15:
16: Support for this module is lacking. Please contact Roxen Internet
17: Software for support and help. See http://www.roxen.com/company/contact/
18: for contact information.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>