ID:               40384
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jaspersl at xs4all dot nl
-Status:           Open
+Status:           Bogus
 Bug Type:         IMAP related
 Operating System: Debian Linux (sid)
 PHP Version:      5CVS-2007-02-07 (CVS)
 New Comment:

It means that c-client initialization takes some time.
We can't fix c-client, though.


Previous Comments:
------------------------------------------------------------------------

[2007-02-07 10:46:48] jaspersl at xs4all dot nl

Description:
------------
When compiling with --with-imap (implies --with-imap-ssl and
--with-kerberos because of Debian c-client) in PHP5.2.1RC3 and up
(including latest CVS snap) the Zend/bench.php takes 23 seconds to
complete.
If --with-imap --with-imap-ssl are omitted , the bench.php takes 13
seconds. 
Using --with-kerberos or not has no performance impact. 

Other PHP versions (5.1.6, 5.2.0) take also around 13 seconds to
complete. 

The benchmark is executed like this:

sapi/cli/php -n -f Zend/bech.php

I can give strace/gdb output on request. 

Reproduce code:
---------------
./configure '--with-mysql=/usr' '--with-gettext' '--with-gd'
'--with-zlib-dir=/usr' '--with-apxs2=/usr/bin/apxs2' --with-dom
--with-jpeg-dir=/usr/lib --disable-ipv6  --with-xsl --with-tidy
--with-ldap --with-mysqli --without-sqlite --disable-pdo
--disable-xmlreader --disable-xmlwriter --disable-spl
--enable-maintainer-zts --with-freetype-dir --with-kerberos --with-imap
--with-imap-ssl



 


Expected result:
----------------
I expect the benchmark to complete in around 13 seconds, just like with
5.2.0

simple             0.462
simplecall         0.704
simpleucall        1.061
simpleudcall       1.211
mandel             1.393
mandel2            1.675
ackermann(7)       1.137
ary(50000)         0.061
ary2(50000)        0.051
ary3(2000)         0.747
fibo(30)           2.909
hash1(50000)       0.129
hash2(500)         0.141
heapsort(20000)    0.393
matrix(20)         0.393
nestedloop(12)     0.646
sieve(30)          0.287
strcat(200000)     0.160
------------------------
Total             13.560


Actual result:
--------------
simple             0.496
simplecall         1.040
simpleucall        1.833
simpleudcall       2.025
mandel             2.202
mandel2            2.776
ackermann(7)       2.067
ary(50000)         0.103
ary2(50000)        0.087
ary3(2000)         1.038
fibo(30)           4.922
hash1(50000)       0.213
hash2(500)         0.234
heapsort(20000)    0.654
matrix(20)         0.532
nestedloop(12)     0.911
sieve(30)          0.529
strcat(200000)     0.219
------------------------
Total             21.881

A significant drop in performance


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40384&edit=1

Reply via email to