From:             [EMAIL PROTECTED]
Operating system: Windows 2000 AS / SP2
PHP version:      4.3.0
PHP Bug Type:     Performance problem
Bug description:  Parsing many include files on dual processor machines is very slow

processing include files with include_once ( these files containing classes
only in our case ) takes huge amounts of time on dual processor machines.

On a single processor machine (1ghz) the 30 include files are processed in
about 0.2sec and on the dual processor machine (2*1ghz) it takes about
3.5sec. Using only include statements (not include_once) brought
processing time down to 1.7sec which is still far from the 0.2sec on the
UP machine.

operating system: win2000as (sp2)
webserver: iis
php: 4.2.3 and 4.3.0 (maybe earlier also) standard win32-zip from php.net
with extensions gd and oci8 enabled

i've already looked through zend_execute.c but the only time consuming
thing i saw was zend_fopen().

if you need further information contact me any time.

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

Reply via email to