|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-08-05 10:22 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 03:00:01 2025 UTC |
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.