From:             [EMAIL PROTECTED]
Operating system: RHL7.3
PHP version:      4.3.0-pre2
PHP Bug Type:     Java related
Bug description:  Apache processes don't clean up

I have tried to use the Java extension with JDK1.4.1 and PHP 4.2.3 and
4.3.0-pre2.

Each time a page with embedded Java runs, the Apache (1.3.27) spawns
MaxSpareServers processes, which never seem to get cleaned up.

The tests I conducted with 4.2.3 ended up crashing after a few runs, being
unable to run the JVM. This version also had trouble reading php.ini class
path settings.

The 4.3.0-pre2 seems to stop spawning processes after reaching about 90
httpds (not sure what this number is related to). The execution time of
the code is much faster after the spawning stops also - probably the JVMs
are loaded for all httpds?

Is there a way to control this process spawning and to get the whole thing
more stable?

-- 
Edit bug report at http://bugs.php.net/?id=20270&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20270&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20270&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20270&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20270&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20270&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20270&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20270&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20270&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20270&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20270&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20270&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20270&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20270&r=isapi

Reply via email to