From: <php...@li...> - 2007-01-02 23:09:36
|
I'm running the 3.2.1 version of the bridge with sun-jdk-1.4.2.12 and am running into an odd situation. When I fire up the bridge it spawns 10 child processes, but whenever I run a php script that requires the bridge, it seems to spawn more children but never releases them. On startup: #* */usr/local/apache/bin/apachectl start JavaBridge log: /var/log/php-java-bridge.log /usr/local/apache/bin/apachectl start: httpd started #* *ps faux | grep -c java 12 #php java_test.php OK # ps faux | grep -c java 30 #php java_test.php OK # ps faux | grep -c java 31 #php java_test.php OK # ps faux | grep -c java 32 Jan 02 11:02:18 JavaBridge INFO : JavaBridge version : 3.2.1 Jan 02 11:02:18 JavaBridge INFO : JavaBridge logFile : /var/log/php-java-bridge.log Jan 02 11:02:18 JavaBridge INFO : JavaBridge default logLevel: 10 Jan 02 11:02:18 JavaBridge INFO : JavaBridge socket : INET_LOCAL:9267 Jan 02 11:02:18 JavaBridge INFO : JavaBridge library path : /opt/sun-jdk-1.4.2.12/jre/lib/ext Jan 02 11:02:18 JavaBridge INFO : JavaBridge thread pool size: 20 The script exits just fine. Any ideas? Thanks in advance. -- jeff rooney jtr...@iy... |