|
|
 |
php-dev
#50087 [Opn]: [PATCH] - NSAPI performance improvements
by thetaphi other posts by this author
Nov 5 2009 7:58AM messages near this date
#50087 [Opn]: [PATCH] - NSAPI performance improvements
|
#50086 [NEW]: [PATCH] - Avoid invoking setitimer when timeouts have been disabled
ID: 50087
Updated by: thetaphi@[...].net
Reported By: yoarvi at gmail dot com
Status: Open
Bug Type: Feature/Change Request
Operating System: Solaris 5.10 (SPARC)
PHP Version: 6SVN-2009-11-05 (SVN)
-Assigned To:
+Assigned To: thetaphi
New Comment:
I will look into it!
Previous Comments:
------------------------------------------------------------------------
[2009-11-05 10:38:01] yoarvi at gmail dot com
Description:
------------
The PHP NSAPI plugin for Sun Web Server could be made more efficient by
applying the following patches that were previously posted to the
internals mailing list.
1. Use pool_malloc/pool_free instead of MALLOC/FREE
http://marc.info/?l=php-internals&m=125690295631596&w=2
2. Use pool_strdup instead of STRDUP
http://marc.info/?l=php-internals&m=125690359232507&w=2
3. Remove unnecessary strdup calls
http://marc.info/?l=php-internals&m=125690315831950&w=2
4. Avoid unnecessary strlen
http://marc.info/?l=php-internals&m=125690329932150&w=2
Expected result:
----------------
Improved performance.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=50087&edit=1
Thread:
Yoarvi At Gmail Dot Com
thetaphi
thetaphi
thetaphi
|
|
|
 |
|