ID: 45715 Updated by: [EMAIL PROTECTED] Reported By: lavesh dot rawat at gmail dot com -Status: Open +Status: Bogus Bug Type: Streams related Operating System: Linux PHP Version: 5.2CVS-2008-08-05 (CVS) New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2008-08-05 07:24:33] lavesh dot rawat at gmail dot com Description: ------------ popen commnads uses cpu of application server rather than database server. when I run command popen("php -q filename.php"); where filename.php have some query whose database connection goes to some other database. CPU Utilization of current server server goes high istead of mysql server. Expected result: ---------------- CPU Utilization of current server server should not be much affected as queries are running on mysql server which is normally the case when we run queries. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45715&edit=1