Menu

/trunk/php-java-bridge/server/WEB-INF Commit Log


Commit Date  
[r1102] by jost_boekemeier

Revert: On windows PHP_FCGI_CHILDREN=5 php-cgi -b 9876 manages its children using AssignProcessToJobObject. However, when php-cgi is started from Java, the job object is that of the Java process. To fix this CreateProcess has a new flag CREATE_BREAKAWAY_FROM_JOB (since Vista). Unfortunately we cannot set this flag from Java (using ProcessBuilder), so we have to use our own wrapper. Instead of using a wrapper like php-fpm (for which we would have to supply our own windows 32/64 bit binary anyway), we decided to use our existing wrapper "launcher.exe".

2017-04-02 17:09:50 Tree
[r1101] by jost_boekemeier

New fastcgi implementation

2017-03-26 21:30:45 Tree
[r1090] by jost_boekemeier

New FastCGI implementation

2017-03-23 21:37:37 Tree
[r1085] by jost_boekemeier

New FastCGI implementation.

2017-03-19 18:22:24 Tree
[r1082] by jost_boekemeier

Temporarily disabled non-working tests

2017-03-19 16:17:23 Tree
[r1081] by jost_boekemeier

New FastCGI implementation

2017-03-19 15:33:13 Tree
[r1077] by jost_boekemeier

New FastCGI implementation

2017-03-18 20:14:40 Tree
[r1074] by jost_boekemeier

Renamed PHP_FCGI_CHILDREN to PHP_JAVA_BRIDGE_FCGI_CHILDREN to avoid PHP7 spawning PHP_FCGI_CHILDREN childs by itself

2017-03-11 14:55:05 Tree
[r1073] by jost_boekemeier

Renamed PHP_FCGI_CHILDREN to PHP_JAVA_BRIDGE_FCGI_CHILDREN to avoid PHP7 spawning PHP_FCGI_CHILDREN childs by itself

2017-03-11 13:37:51 Tree
[r1013] by jost_boekemeier

Release-6-2-1

2010-07-30 14:31:19 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.